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

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java49 static int numops; field in class:RegionOps
197 System.out.println(numops+" ops took "+(end-start)+"ms");
260 RectListImpl theTrans = a.getTranslation(dx, dy); numops++;
276 RectListImpl aUb = a.getUnion(b); numops++;
277 RectListImpl bUa = b.getUnion(a); numops++;
298 RectListImpl aDb = a.getDifference(b); numops++;
299 RectListImpl bDa = b.getDifference(a); numops++;
321 RectListImpl aIb = a.getIntersection(b); numops++;
322 RectListImpl bIa = b.getIntersection(a); numops++;
343 RectListImpl aXb = a.getExclusiveOr(b); numops
[all...]

Completed in 76 milliseconds