Searched refs:getIntersection (Results 1 - 8 of 8) 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/loops/
H A DCustomComponent.java93 ret = ret.getIntersection(dst.getBounds());
97 ret = ret.getIntersection(r);
100 ret = ret.getIntersection(clip);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWContainerPeer.java159 r = r.getDifference(tr.getIntersection(getContentSize()));
H A DLWComponentPeer.java464 region = region.getIntersection(p.getRegion());
465 region = region.getIntersection(p.getContentSize());
990 region = Region.WHOLE_REGION.getIntersection(shape);
/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
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java353 c = c.getIntersection(region);
363 devClip = devClip.getIntersection(c);
1874 clipRegion = devClip.getIntersection((Rectangle)usrClip);
1876 clipRegion = devClip.getIntersection(usrClip.getBounds());
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java4064 return s.getIntersection(getNormalShape());
H A DComponent.java9886 s = s.getIntersection(cont.getNormalShape());

Completed in 85 milliseconds