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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java142 public static int clipScale(final int v, final double sv) { method in class:Region
385 int tlox = clipScale(lox, sx);
386 int tloy = clipScale(loy, sy);
387 int thix = clipScale(hix, sx);
388 int thiy = clipScale(hiy, sy);
399 newbands[j++] = y1 = clipScale(bands[i++], sy);
400 newbands[j++] = y2 = clipScale(bands[i++], sy);
405 int x1 = clipScale(bands[i++], sx);
406 int x2 = clipScale(bands[i++], sx);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java341 w = Region.dimAdd(x, Region.clipScale(w, scaleX));
342 h = Region.dimAdd(y, Region.clipScale(h, scaleY));
3030 sx1 = Region.clipScale(sx1, scale);
3031 sx2 = Region.clipScale(sx2, scale);
3032 sy1 = Region.clipScale(sy1, scale);
3033 sy2 = Region.clipScale(sy2, scale);

Completed in 41 milliseconds