Home | History | Annotate | Download | only in tests

Lines Matching defs:intersections

35             SkIntersections intersections;
36 intersections.intersect(quad1, quad2);
37 if (intersections.used() > 0) {
38 for (int pt = 0; pt < intersections.used(); ++pt) {
39 double tt1 = intersections[0][pt];
41 double tt2 = intersections[1][pt];
330 SkIntersections intersections;
331 intersections.intersect(quad1, quad2);
332 for (int pt = 0; pt < intersections.used(); ++pt) {
333 double tt1 = intersections[0][pt];
335 double tt2 = intersections[1][pt];
516 SkIntersections intersections;
523 (void) intersections.intersect(quad1, quad2);
524 REPORTER_ASSERT(reporter, intersections.used() >= 0); // make sure code isn't tossed
533 (void) intersections.intersect(quad1, quad2);
534 REPORTER_ASSERT(reporter, intersections.used() >= 0); // make sure code isn't tossed