Lines Matching refs:Reporter
31 static void cubicConicIntersection(skiatest::Reporter* reporter, int index) {
46 REPORTER_ASSERT(reporter, 0);
50 REPORTER_ASSERT(reporter, 0);
63 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
65 reporter->bumpTestCount();
68 DEF_TEST(PathOpsCubicConicIntersection, reporter) {
70 cubicConicIntersection(reporter, index);
71 reporter->bumpTestCount();
75 DEF_TEST(PathOpsCubicConicIntersectionOneOff, reporter) {
76 cubicConicIntersection(reporter, 1);