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

/openjdk10/jdk/test/sun/java2d/pipe/
H A DRegionOps.java378 public abstract RectListImpl getIntersection(RectListImpl rli); method in class:RegionOps.RectListImpl
416 public RectListImpl getIntersection(RectListImpl rli) { method in class:RegionOps.AreaImpl
488 public RectListImpl getIntersection(RectListImpl rli) { method in class:RegionOps.RegionImpl
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/pipe/
H A DRegion.java578 public Region getIntersection(Rectangle r) { method in class:Region
596 public Region getIntersection(final Rectangle2D r) { method in class:Region
649 public Region getIntersection(Region r) { method in class:Region

Completed in 81 milliseconds