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

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp2041 FLOAT centemPerUnit; member in struct:SkXPSDrawProcs
2065 xpsGlyph->horizontalOffset = SkFixedToFloat(x) * procs->centemPerUnit;
2066 xpsGlyph->verticalOffset = SkFixedToFloat(y) * -procs->centemPerUnit;
2070 xpsGlyph->horizontalOffset = (SkFixedToFloat(x) * procs->centemPerUnit)
2072 xpsGlyph->verticalOffset = (SkFixedToFloat(y) * -procs->centemPerUnit)
2102 procs.centemPerUnit = 100.0f / SkScalarToFLOAT(paint.getTextSize());
2147 procs.xpsGlyphs[0].horizontalOffset / procs.centemPerUnit,
2148 procs.xpsGlyphs[0].verticalOffset / -procs.centemPerUnit,
2200 procs.xpsGlyphs[0].horizontalOffset / procs.centemPerUnit,
2201 procs.xpsGlyphs[0].verticalOffset / -procs.centemPerUnit,
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp2195 FLOAT centemPerUnit; member in struct:SkXPSDrawProcs
2219 xpsGlyph->horizontalOffset = SkFixedToFloat(x) * procs->centemPerUnit;
2220 xpsGlyph->verticalOffset = SkFixedToFloat(y) * -procs->centemPerUnit;
2224 xpsGlyph->horizontalOffset = (SkFixedToFloat(x) * procs->centemPerUnit)
2226 xpsGlyph->verticalOffset = (SkFixedToFloat(y) * -procs->centemPerUnit)
2256 procs.centemPerUnit = 100.0f / SkScalarToFLOAT(paint.getTextSize());
2301 procs.xpsGlyphs[0].horizontalOffset / procs.centemPerUnit,
2302 procs.xpsGlyphs[0].verticalOffset / -procs.centemPerUnit,
2354 procs.xpsGlyphs[0].horizontalOffset / procs.centemPerUnit,
2355 procs.xpsGlyphs[0].verticalOffset / -procs.centemPerUnit,
[all...]

Completed in 87 milliseconds