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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A DFontInstanceAdapter.h59 float xScalePixelsToUnits; member in class:FontInstanceAdapter
155 return xPixels * xScalePixelsToUnits;
170 return xScalePixelsToUnits;
H A DFontInstanceAdapter.cpp48 xScalePixelsToUnits(0), yScalePixelsToUnits(0),
65 xScalePixelsToUnits = upem / xppem;

Completed in 20 milliseconds