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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java564 return getIntersectionXYXY(x, y, dimAdd(x, w), dimAdd(y, h));
572 public Region getIntersectionXYXY(int lox, int loy, int hix, int hiy) { method in class:Region

Completed in 31 milliseconds