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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java862 return getBoundsIntersectionXYXY(x, y, dimAdd(x, w), dimAdd(y, h));
873 public Region getBoundsIntersectionXYXY(int lox, int loy, method in class:Region

Completed in 34 milliseconds