Home
last modified time | relevance | path

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

/third_party/skia/src/xps/
H A DSkXPSDevice.cpp1831 SkTScopedComPtr<IXpsOMGlyphsEditor> glyphsEditor; in AddGlyphs() local
1832 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor."); in AddGlyphs()
1835 HRM(glyphsEditor->SetUnicodeString(text), in AddGlyphs()
1840 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs), in AddGlyphs()
1844 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits."); in AddGlyphs()

Completed in 3 milliseconds