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

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1979 SkTScopedComPtr<IXpsOMGlyphsEditor> glyphsEditor; local
1980 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
1983 HRM(glyphsEditor->SetUnicodeString(text),
1988 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs),
1992 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits.");
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp2133 SkTScopedComPtr<IXpsOMGlyphsEditor> glyphsEditor; local
2134 HRM(glyphs->GetGlyphsEditor(&glyphsEditor), "Could not get glyph editor.");
2137 HRM(glyphsEditor->SetUnicodeString(text),
2142 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs),
2146 HRM(glyphsEditor->ApplyEdits(), "Could not apply glyph edits.");

Completed in 102 milliseconds