Searched refs:yPixelsToUnits (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DValueRecords.cpp77 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
87 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
97 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
107 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
135 yPlacementAdjustment += fontInstance->yPixelsToUnits(yAdj);
157 yAdvanceAdjustment += fontInstance->yPixelsToUnits(yAdj);
181 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
191 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
201 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
211 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixel
[all...]
H A DLEFontInstance.cpp151 float LEFontInstance::yPixelsToUnits(float yPixels) const function in class:LEFontInstance
159 units.fY = yPixelsToUnits(pixels.fY);
H A DLEFontInstance.h421 virtual float yPixelsToUnits(float yPixels) const;
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h159 float yPixelsToUnits(float yPixels) const function in class:FontInstanceAdapter
167 units.fY = yPixelsToUnits(pixels.fY);

Completed in 50 milliseconds