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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A DFontInstanceAdapter.h60 float yScalePixelsToUnits; member in class:FontInstanceAdapter
160 return yPixels * yScalePixelsToUnits;
174 return yScalePixelsToUnits;
H A DFontInstanceAdapter.cpp48 xScalePixelsToUnits(0), yScalePixelsToUnits(0),
66 yScalePixelsToUnits = upem / yppem;

Completed in 36 milliseconds