Searched defs:fontTx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DNativeStrike.java40 AffineTransform fontTx; field in class:NativeStrike
60 fontTx = new AffineTransform(mat);
67 fontTx.concatenate(invertDevTx);
73 /* At this point the fontTx may be a simple +ve scale, or it
77 fontTx.deltaTransform(pt, pt);
79 int ttype = fontTx.getType();
81 fontTx.getScaleY() <= 0) {
85 fontTx.scale(1/ptSize, 1/ptSize);
87 fontTx = null; // no need
200 if (strikeMetrics != null && fontTx !
[all...]

Completed in 30 milliseconds