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

/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp266 SkIntersections intersections2; local
267 intersections2.intersect(quad1, quad2);
268 for (int pt = 0; pt < intersections2.used(); ++pt) {
269 double tt1 = intersections2[0][pt];
271 double tt2 = intersections2[1][pt];
316 SkIntersections intersections2; local
317 intersections2.intersect(quad1, quad2);
318 REPORTER_ASSERT(reporter, intersections2.coincidentUsed() == 2);
319 REPORTER_ASSERT(reporter, intersections2.used() == 2);
320 for (int pt = 0; pt < intersections2
[all...]
H A DPathOpsCubicIntersectionTest.cpp422 SkIntersections intersections2; local
423 int newIntersects = intersections2.intersect(cubic1, cubic2);
432 for (int pt = 0; pt < intersections2.used(); ++pt) {
433 double tt1 = intersections2[0][pt];
435 double tt2 = intersections2[1][pt];

Completed in 52 milliseconds