Searched refs:getUnion (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java276 RectListImpl aUb = a.getUnion(b); numops++;
277 RectListImpl bUa = b.getUnion(a); numops++;
380 public abstract RectListImpl getUnion(RectListImpl rli); method in class:RegionOps.RectListImpl
433 public RectListImpl getUnion(RectListImpl rli) { method in class:RegionOps.AreaImpl
479 theRegion = theRegion.getUnion(r2);
505 public RectListImpl getUnion(RectListImpl rli) { method in class:RegionOps.RegionImpl
507 r2 = theRegion.getUnion(r2);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java620 * <code>C = A.getUnion(B);</code> then a point will
627 public Region getUnion(Region r) { method in class:Region
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java4061 s = s.getUnion(c.getOpaqueShape());

Completed in 77 milliseconds