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

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java465 Region theRegion; field in class:RegionOps.RegionImpl
471 theRegion = r;
476 if (theRegion == null) {
477 theRegion = r2;
479 theRegion = theRegion.getUnion(r2);
484 return new RegionImpl(theRegion.getTranslatedRegion(dx, dy));
488 Region r2 = ((RegionImpl) rli).theRegion;
489 r2 = theRegion.getIntersection(r2);
494 Region r2 = ((RegionImpl) rli).theRegion;
[all...]

Completed in 31 milliseconds