Home
last modified time | relevance | path

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

/external/skia/src/xps/
DSkXPSDevice.cpp2050 ProcessOneGlyph(FLOAT centemPerUnit, SkBitSet* glyphUse, GlyphRun* xpsGlyphs) in ProcessOneGlyph() argument
2051 : fCentemPerUnit(centemPerUnit) in ProcessOneGlyph()
2113 FLOAT centemPerUnit = 100.0f / SkScalarToFLOAT(paint.getTextSize()); in drawText() local
2118 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawText()
2129 xpsGlyphs[0].horizontalOffset / centemPerUnit, in drawText()
2130 xpsGlyphs[0].verticalOffset / -centemPerUnit, in drawText()
2171 FLOAT centemPerUnit = 100.0f / SkScalarToFLOAT(paint.getTextSize()); in drawPosText() local
2176 ProcessOneGlyph processOneGlyph(centemPerUnit, typeface->glyphsUsed, &xpsGlyphs); in drawPosText()
2187 xpsGlyphs[0].horizontalOffset / centemPerUnit, in drawPosText()
2188 xpsGlyphs[0].verticalOffset / -centemPerUnit, in drawPosText()