Searched defs:yUnitsToPoints (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.cpp135 float LEFontInstance::yUnitsToPoints(float yUnits) const function in class:LEFontInstance
143 points.fY = yUnitsToPoints(units.fY);
165 pixels.fY = yUnitsToPoints(yFunits) * getScaleFactorY();
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h143 float yUnitsToPoints(float yUnits) const function in class:FontInstanceAdapter
151 points.fY = yUnitsToPoints(units.fY);

Completed in 30 milliseconds