Home
last modified time | relevance | path

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

/external/skia/src/xps/
DSkXPSDevice.cpp1964 SkTScopedComPtr<IXpsOMGlyphsEditor> glyphsEditor; in AddGlyphs() local
1965 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor."); in AddGlyphs()
1968 HRM(glyphsEditor->SetUnicodeString(text), in AddGlyphs()
1973 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs), in AddGlyphs()
1977 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits."); in AddGlyphs()