Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

45 static void testOne(skiatest::Reporter* reporter, int iIndex) {
56 REPORTER_ASSERT(reporter, 0);
60 REPORTER_ASSERT(reporter, 0);
74 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2));
79 static void PathOpsCubicLineIntersectionTest(skiatest::Reporter* reporter) {
82 testOne(reporter, iIndex);
83 reporter->bumpTestCount();
87 static void PathOpsCubicLineIntersectionOneOffTest(skiatest::Reporter* reporter) {
89 testOne(reporter, iIndex);