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

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java84 public static final Region WHOLE_REGION = new ImmutableRegion( field in class:Region
176 return getInstance(WHOLE_REGION, false, s, at);
381 if ((sx == 1.0 && sy == 1.0) || (this == WHOLE_REGION)) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java990 region = Region.WHOLE_REGION.getIntersection(shape);

Completed in 36 milliseconds