Searched defs:dimAdd (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java111 public static int dimAdd(int start, int dim) { method in class:Region
277 return Region.getInstanceXYXY(x, y, dimAdd(x, w), dimAdd(y, h));
317 * <code>dimAdd</code>.
323 setOutputAreaXYXY(x, y, dimAdd(x, w), dimAdd(y, h));
564 return getIntersectionXYXY(x, y, dimAdd(x, w), dimAdd(y, h));
862 return getBoundsIntersectionXYXY(x, y, dimAdd(x, w), dimAdd(
[all...]

Completed in 44 milliseconds