Searched refs:getBoundsIntersectionXYWH (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java850 return getBoundsIntersectionXYWH(r.x, r.y, r.width, r.height);
861 public Region getBoundsIntersectionXYWH(int x, int y, int w, int h) { method in class:Region
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DGeneralRenderer.java662 Region r = sg2d.getCompClip().getBoundsIntersectionXYWH(x, y, w, h);
836 Region r = sg2d.getCompClip().getBoundsIntersectionXYWH(x, y, w, h);

Completed in 37 milliseconds