Searched refs:xScalePixelsToUnits (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h59 float xScalePixelsToUnits; member in class:FontInstanceAdapter
156 return xPixels * xScalePixelsToUnits;
171 return xScalePixelsToUnits;
H A DFontInstanceAdapter.cpp48 xScalePixelsToUnits(0), yScalePixelsToUnits(0),
65 xScalePixelsToUnits = upem / xppem;

Completed in 48 milliseconds