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

/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h60 float yScalePixelsToUnits; member in class:FontInstanceAdapter
161 return yPixels * yScalePixelsToUnits;
175 return yScalePixelsToUnits;
H A DFontInstanceAdapter.cpp48 xScalePixelsToUnits(0), yScalePixelsToUnits(0),
66 yScalePixelsToUnits = upem / yppem;

Completed in 23 milliseconds