Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/layout/
DGnomeFontInstance.cpp57 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GnomeFontInstance()
74 fDeviceScaleY = ((float) 96) / 72; in GnomeFontInstance()
82 fAscent = (le_int32) (yUnitsToPoints(fFace->ascender) * fDeviceScaleY); in GnomeFontInstance()
83 fDescent = (le_int32) -(yUnitsToPoints(fFace->descender) * fDeviceScaleY); in GnomeFontInstance()
84 fLeading = (le_int32) (yUnitsToPoints(fFace->height) * fDeviceScaleY) - fAscent - fDescent; in GnomeFontInstance()
DGDIFontInstance.h70 float fDeviceScaleY; variable
159 return fDeviceScaleY; in getScaleFactorY()
DGnomeFontInstance.h69 float fDeviceScaleY; variable
169 return fDeviceScaleY; in getScaleFactorY()
DGDIFontInstance.cpp113 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
198 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
221 fDeviceScaleY = dpiY / 72; in GDIFontInstance()
225 pt.y = (int) (pointSize * fDeviceScaleY); in GDIFontInstance()
/external/icu/icu4c/source/test/letest/
DPortableFontInstance.h47 float fDeviceScaleY; variable
/external/icu/icu4c/source/test/perf/leperf/
DPortableFontInstance.h51 float fDeviceScaleY; variable