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

/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp54 txMat[0] = matrix[0]/xPointSize;
55 txMat[1] = matrix[1]/xPointSize;
56 txMat[2] = matrix[2]/yPointSize;
57 txMat[3] = matrix[3]/yPointSize;
206 isIdentityMatrix = (txMat[0] == 1 && txMat[1] == 0 &&
207 txMat[2] == 0 && txMat[3] == 1);
211 xy = xx * txMat[1];
212 xx = xx * txMat[
[all...]
H A DFontInstanceAdapter.h64 float txMat[4]; member in class:FontInstanceAdapter

Completed in 29 milliseconds