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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java555 return getIntersectionXYWH(r.x, r.y, r.width, r.height);
563 public Region getIntersectionXYWH(int x, int y, int w, int h) { method in class:Region

Completed in 26 milliseconds