Home
last modified time | relevance | path

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

/external/skia/src/xps/
DSkXPSDevice.cpp1933 XPS_GLYPH_INDEX* xpsGlyphs, in AddGlyphs() argument
1972 if (xpsGlyphs) { in AddGlyphs()
1973 HRM(glyphsEditor->SetGlyphIndices(xpsGlyphsLen, xpsGlyphs), in AddGlyphs()
2050 ProcessOneGlyph(FLOAT centemPerUnit, SkBitSet* glyphUse, GlyphRun* xpsGlyphs) in ProcessOneGlyph() argument
2053 , fXpsGlyphs(xpsGlyphs) { } in ProcessOneGlyph()
2114 GlyphRun xpsGlyphs; in drawText() local
2115 xpsGlyphs.setReserve(num_glyph_guess(paint.getTextEncoding(), in drawText()
2118 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawText()
2124 if (xpsGlyphs.count() == 0) { in drawText()
2129 xpsGlyphs[0].horizontalOffset / centemPerUnit, in drawText()
[all …]
DSkXPSDevice.h222 XPS_GLYPH_INDEX* xpsGlyphs,