Searched refs:centemPerUnit (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 2066 ProcessOneGlyph(FLOAT centemPerUnit, SkBitSet* glyphUse, GlyphRun* xpsGlyphs) in ProcessOneGlyph() argument 2067 : fCentemPerUnit(centemPerUnit) in ProcessOneGlyph() 2130 FLOAT centemPerUnit = 100.0f / SkScalarToFLOAT(paint.getTextSize()); in drawText() local 2135 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawText() 2146 xpsGlyphs[0].horizontalOffset / centemPerUnit, in drawText() 2147 xpsGlyphs[0].verticalOffset / -centemPerUnit, in drawText() 2190 FLOAT centemPerUnit = 100.0f / SkScalarToFLOAT(paint.getTextSize()); in drawPosText() local 2195 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawPosText() 2206 xpsGlyphs[0].horizontalOffset / centemPerUnit, in drawPosText() 2207 xpsGlyphs[0].verticalOffset / -centemPerUnit, in drawPosText()
|