Searched refs:getScaleFactorY (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.h456 virtual float getScaleFactorY() const = 0;
462 * and <code>getScaleFactorY()</code>.
469 * @see getScaleFactorY
H A DLEFontInstance.cpp165 pixels.fY = yUnitsToPoints(yFunits) * getScaleFactorY();
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h174 virtual float getScaleFactorY() const { function in class:FontInstanceAdapter

Completed in 23 milliseconds