Searched refs:glyphsEditor (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 1979 SkTScopedComPtr<IXpsOMGlyphsEditor> glyphsEditor; in AddGlyphs() local 1980 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor."); in AddGlyphs() 1983 HRM(glyphsEditor->SetUnicodeString(text), in AddGlyphs() 1988 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs), in AddGlyphs() 1992 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits."); in AddGlyphs()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 2133 SkTScopedComPtr<IXpsOMGlyphsEditor> glyphsEditor; in AddGlyphs() local 2134 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor."); in AddGlyphs() 2137 HRM(glyphsEditor->SetUnicodeString(text), in AddGlyphs() 2142 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs), in AddGlyphs() 2146 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits."); in AddGlyphs()
|