Lines Matching refs:Reporter
27 static void conicQuadIntersection(skiatest::Reporter* reporter, int index) {
42 REPORTER_ASSERT(reporter, 0);
46 REPORTER_ASSERT(reporter, 0);
59 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
61 reporter->bumpTestCount();
64 DEF_TEST(PathOpsConicQuadIntersection, reporter) {
66 conicQuadIntersection(reporter, index);
67 reporter->bumpTestCount();
71 DEF_TEST(PathOpsConicQuadIntersectionOneOff, reporter) {
72 conicQuadIntersection(reporter, 1);