Home
last modified time | relevance | path

Searched refs:glyphsEditor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/device/xps/
DSkXPSDevice.cpp1979 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/
DSkXPSDevice.cpp2133 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()