Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

60 static void cubicQuadIntersection(skiatest::Reporter* reporter, int index) {
72 REPORTER_ASSERT(reporter, 0);
76 REPORTER_ASSERT(reporter, 0);
90 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
99 REPORTER_ASSERT(reporter, found);
101 reporter->bumpTestCount();
104 DEF_TEST(PathOpsCubicQuadIntersection, reporter) {
106 cubicQuadIntersection(reporter, index);
107 reporter->bumpTestCount();
111 DEF_TEST(PathOpsCubicQuadIntersectionOneOff, reporter) {
112 cubicQuadIntersection(reporter, 0);
120 DEF_TEST(PathOpsCubicQuadSlop, reporter) {