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

/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java214 private final int devScale; // Actual physical scale factor field in class:SunGraphics2D
257 devScale = sd.getDefaultScale();
258 if (devScale != 1) {
259 transform.setToScale(devScale, devScale);
1568 if ((constrainX | constrainY) == 0 && devScale == 1) {
1571 transform.setTransform(devScale, 0, 0, devScale, constrainX,
1632 if ((constrainX | constrainY) == 0 && devScale == 1) {
1635 final double invScale = 1.0 / devScale;
[all...]

Completed in 34 milliseconds