Home
last modified time | relevance | path

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

/external/icu4c/samples/layout/
DGnomeFontInstance.cpp51 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GnomeFontInstance()
68 fDeviceScaleY = ((float) 96) / 72; in GnomeFontInstance()
76 fAscent = (le_int32) (yUnitsToPoints(fFace->ascender) * fDeviceScaleY); in GnomeFontInstance()
77 fDescent = (le_int32) -(yUnitsToPoints(fFace->descender) * fDeviceScaleY); in GnomeFontInstance()
78 fLeading = (le_int32) (yUnitsToPoints(fFace->height) * fDeviceScaleY) - fAscent - fDescent; in GnomeFontInstance()
DGnomeFontInstance.h63 float fDeviceScaleY; variable
163 return fDeviceScaleY; in getScaleFactorY()
DGDIFontInstance.h64 float fDeviceScaleY; variable
153 return fDeviceScaleY; in getScaleFactorY()
DGDIFontInstance.cpp107 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
192 fDeviceScaleX(1), fDeviceScaleY(1), fMapper(NULL) in GDIFontInstance()
215 fDeviceScaleY = dpiY / 72; in GDIFontInstance()
219 pt.y = (int) (pointSize * fDeviceScaleY); in GDIFontInstance()
/external/icu4c/test/letest/
DPortableFontInstance.h45 float fDeviceScaleY; variable
/external/chromium/third_party/icu/source/test/letest/
DPortableFontInstance.h45 float fDeviceScaleY; variable