Searched defs:clipScale (Results 1 - 1 of 1) 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);

Completed in 35 milliseconds