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

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java321 RectListImpl aIb = a.getIntersection(b); numops++;
322 RectListImpl bIa = b.getIntersection(a); numops++;
377 public abstract RectListImpl getIntersection(RectListImpl rli); method in class:RegionOps.RectListImpl
415 public RectListImpl getIntersection(RectListImpl rli) { method in class:RegionOps.AreaImpl
487 public RectListImpl getIntersection(RectListImpl rli) { method in class:RegionOps.RegionImpl
489 r2 = theRegion.getIntersection(r2);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java554 public Region getIntersection(Rectangle r) { method in class:Region
591 * <code>C = A.getIntersection(B);</code> then a point will
598 public Region getIntersection(Region r) { method in class:Region

Completed in 34 milliseconds