Lines Matching refs:tx
72 AffineTransform glyphTx; // all of ptSize, Font tx and Graphics tx.
153 AffineTransform tx = frc.getTransform();
154 if (tx.isIdentity() && !font.isTransformed()) {
159 if (tx.isIdentity()) {
160 tx = font.getTransform();
161 tx.scale(size, size);
163 tx.scale(size, size);
165 tx.concatenate(font.getTransform());
168 double shearx = tx.getShearX();
169 double scaley = tx.getScaleY();