Lines Matching refs:reporter
34 static void conicQuadIntersection(skiatest::Reporter* reporter, int index) {
49 REPORTER_ASSERT(reporter, 0);
53 REPORTER_ASSERT(reporter, 0);
66 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
68 reporter->bumpTestCount();
71 DEF_TEST(PathOpsConicQuadIntersection, reporter) {
73 conicQuadIntersection(reporter, index);
74 reporter->bumpTestCount();
78 DEF_TEST(PathOpsConicQuadIntersectionOneOff, reporter) {
79 conicQuadIntersection(reporter, 0);