Searched defs:testIntersection (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/sun/java2d/pipe/
H A DRegionOps.java192 if (doIntersect) testIntersection(a, b);
320 public static void testIntersection(RectListImpl a, RectListImpl b) { method in class:RegionOps
325 testIntersection(a, b, aIb);
326 testIntersection(a, b, bIa);
329 public static void testIntersection(RectListImpl a, RectListImpl b, method in class:RegionOps

Completed in 23 milliseconds