Searched refs:fDeviceScaleY (Results 1 – 6 of 6) sorted by relevance
57 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()
70 float fDeviceScaleY; variable159 return fDeviceScaleY; in getScaleFactorY()
69 float fDeviceScaleY; variable169 return fDeviceScaleY; in getScaleFactorY()
113 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()
47 float fDeviceScaleY; variable
51 float fDeviceScaleY; variable