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

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java392 Area theArea; field in class:RegionOps.AreaImpl
398 theArea = a;
403 if (theArea == null) {
404 theArea = a2;
406 theArea.add(a2);
412 return new AreaImpl(theArea.createTransformedArea(at));
416 Area a2 = new Area(theArea);
417 a2.intersect(((AreaImpl) rli).theArea);
422 Area a2 = new Area(theArea);
423 a2.exclusiveOr(((AreaImpl) rli).theArea);
[all...]

Completed in 29 milliseconds