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

/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c371 double dmat[4], ptsz; local
381 (*env)->GetDoubleArrayRegion(env, matrix, 0, 4, dmat);
382 ptsz = euclidianDistance(dmat[2], dmat[3]); //i.e. y-size
388 context->transform.xx = FloatToFTFixed((float)dmat[0]/ptsz);
389 context->transform.yx = -FloatToFTFixed((float)dmat[1]/ptsz);
390 context->transform.xy = -FloatToFTFixed((float)dmat[2]/ptsz);
391 context->transform.yy = FloatToFTFixed((float)dmat[3]/ptsz);

Completed in 33 milliseconds