Searched refs:getExclusiveOr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java343 RectListImpl aXb = a.getExclusiveOr(b); numops++;
344 RectListImpl bXa = b.getExclusiveOr(a); numops++;
378 public abstract RectListImpl getExclusiveOr(RectListImpl rli); method in class:RegionOps.RectListImpl
421 public RectListImpl getExclusiveOr(RectListImpl rli) { method in class:RegionOps.AreaImpl
493 public RectListImpl getExclusiveOr(RectListImpl rli) { method in class:RegionOps.RegionImpl
495 r2 = theRegion.getExclusiveOr(r2);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java671 * <code>C = A.getExclusiveOr(B);</code> then a point will
678 public Region getExclusiveOr(Region r) { method in class:Region

Completed in 40 milliseconds