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

/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.cpp204 le_bool isIdentityMatrix; local
206 isIdentityMatrix = (txMat[0] == 1 && txMat[1] == 0 &&
209 if (!isIdentityMatrix) {
274 le_bool isIdentityMatrix; local
276 isIdentityMatrix = (txMat[0] == 1 && txMat[1] == 0 &&
281 if (!isIdentityMatrix) {
288 if (!isIdentityMatrix) {

Completed in 30 milliseconds