Searched refs:fDeviceScaleY (Results 1 – 5 of 5) sorted by relevance
51 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()
64 float fDeviceScaleY; variable153 return fDeviceScaleY; in getScaleFactorY()
63 float fDeviceScaleY; variable163 return fDeviceScaleY; in getScaleFactorY()
107 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()
45 float fDeviceScaleY; variable