Searched defs:getUnion (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/test/sun/java2d/pipe/ | ||
| H A D | RegionOps.java | 276 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 D | Region.java | 620 * <code>C = A.getUnion(B);</code> then a point will 627 public Region getUnion(Region r) { method in class:Region |
Completed in 37 milliseconds