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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/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();
H A DLEFontInstance.h371 virtual float yUnitsToPoints(float yUnits) const;
H A DOpenTypeLayoutEngine.cpp552 yPlacement = fFontInstance->yUnitsToPoints(yPlacement);
557 yAdjust += fFontInstance->yUnitsToPoints(yAdvance);
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A DFontInstanceAdapter.h142 float yUnitsToPoints(float yUnits) const function in class:FontInstanceAdapter
150 points.fY = yUnitsToPoints(units.fY);

Completed in 168 milliseconds