Lines Matching defs:reporter
45 static void cubicConicIntersection(skiatest::Reporter* reporter, int index) {
60 REPORTER_ASSERT(reporter, 0);
64 REPORTER_ASSERT(reporter, 0);
77 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
79 reporter->bumpTestCount();
82 DEF_TEST(PathOpsCubicConicIntersection, reporter) {
84 cubicConicIntersection(reporter, index);
85 reporter->bumpTestCount();
89 DEF_TEST(PathOpsCubicConicIntersectionOneOff, reporter) {
90 cubicConicIntersection(reporter, 0);