Home
last modified time | relevance | path

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

/external/skia/src/device/xps/
DSkXPSDevice.cpp1980 SkTScopedComPtr<IXpsOMGlyphsEditor> glyphsEditor; in AddGlyphs() local
1981 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor."); in AddGlyphs()
1984 HRM(glyphsEditor->SetUnicodeString(text), in AddGlyphs()
1989 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs), in AddGlyphs()
1993 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits."); in AddGlyphs()