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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/
H A DFontInstanceAdapter.cpp52 yPointSize = euclidianDistance(matrix[2], matrix[3]);
56 txMat[2] = matrix[2]/yPointSize;
57 txMat[3] = matrix[3]/yPointSize;
60 yppem = ((float) yRes / 72) * yPointSize;
63 yScaleUnitsToPoints = yPointSize / upem;
H A DFontInstanceAdapter.h63 float xPointSize, yPointSize; member in class:FontInstanceAdapter

Completed in 110 milliseconds