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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.cpp151 float LEFontInstance::yPixelsToUnits(float yPixels) const function in class:LEFontInstance
159 units.fY = yPixelsToUnits(pixels.fY);
/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 30 milliseconds