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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEFontInstance.h444 virtual float getScaleFactorX() const = 0;
461 * implementation of this method calls <code>getScaleFactorX()</code>
468 * @see getScaleFactorX
H A DLEFontInstance.cpp164 pixels.fX = xUnitsToPoints(xFunits) * getScaleFactorX();
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h170 virtual float getScaleFactorX() const { function in class:FontInstanceAdapter

Completed in 30 milliseconds