Lines Matching refs:Reporter
54 static void cubicQuadIntersection(skiatest::Reporter* reporter, int index) {
70 REPORTER_ASSERT(reporter, 0);
74 REPORTER_ASSERT(reporter, 0);
87 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
89 reporter->bumpTestCount();
92 DEF_TEST(PathOpsCubicQuadIntersection, reporter) {
94 cubicQuadIntersection(reporter, index);
95 reporter->bumpTestCount();
99 DEF_TEST(PathOpsCubicQuadIntersectionOneOff, reporter) {
100 cubicQuadIntersection(reporter, 0);