Lines Matching refs:xpsGlyphs
1933 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()
2130 xpsGlyphs[0].verticalOffset / -centemPerUnit, in drawText()
2132 xpsGlyphs[0].horizontalOffset = 0.0f; in drawText()
2133 xpsGlyphs[0].verticalOffset = 0.0f; in drawText()
2139 xpsGlyphs.begin(), xpsGlyphs.count(), in drawText()
2172 GlyphRun xpsGlyphs; in drawPosText() local
2173 xpsGlyphs.setReserve(num_glyph_guess(paint.getTextEncoding(), in drawPosText()
2176 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawPosText()
2182 if (xpsGlyphs.count() == 0) { in drawPosText()
2187 xpsGlyphs[0].horizontalOffset / centemPerUnit, in drawPosText()
2188 xpsGlyphs[0].verticalOffset / -centemPerUnit, in drawPosText()
2190 xpsGlyphs[0].horizontalOffset = 0.0f; in drawPosText()
2191 xpsGlyphs[0].verticalOffset = 0.0f; in drawPosText()
2197 xpsGlyphs.begin(), xpsGlyphs.count(), in drawPosText()