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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/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.h405 virtual float yPixelsToUnits(float yPixels) const;
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A DFontInstanceAdapter.h158 float yPixelsToUnits(float yPixels) const function in class:FontInstanceAdapter
166 units.fY = yPixelsToUnits(pixels.fY);

Completed in 44 milliseconds