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

/openjdk9/jdk/src/java.desktop/share/classes/sun/font/
H A DGlyphLayout.java215 public AffineTransform dtx; field in class:GlyphLayout.SDCache
228 dtx = frc.getTransform();
229 dtx.setTransform(dtx.getScaleX(), dtx.getShearY(),
230 dtx.getShearX(), dtx.getScaleY(),
232 if (!dtx.isIdentity()) {
234 invdtx = dtx.createInverse();
250 gtx.preConcatenate(dtx);
[all...]
H A DStandardGlyphVector.java152 private AffineTransform dtx; // device transform used for strike calculations, no translation field in class:StandardGlyphVector
153 private AffineTransform invdtx; // inverse of dtx or null if dtx is identity
908 // need positions if the rendering dtx is different from the frctx.
940 return gti.setupGlyphImages(images, positions, dtx);
947 if (dtx.isIdentity()) {
950 dtx.transform(this.positions, 0, positions, 0, glyphs.length);
963 // we strip it out when we set the dtx. Basically nothing uses the
995 if (!matchTX(devTX, dtx)) {
1002 if (!equalNonTranslateTX(dtx, t
1709 create(StandardGlyphVector sgv, AffineTransform dtx, AffineTransform gtx) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/
H A DSunGraphics2D.java1629 double dtx = transform.getTranslateX();
1631 transX = (int) Math.floor(dtx + 0.5);
1633 if (dtx == transX && dty == transY) {
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js3279 dtx: 3248,

Completed in 118 milliseconds