Lines Matching refs:Reporter
26 static void drawAndTest(skiatest::Reporter* reporter, const SkPath& path,
63 reporter->reportFailed(str);
70 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw) {
97 drawAndTest(reporter, path, paint, shouldDraw);
99 drawAndTest(reporter, path, paint, shouldDraw);
126 static void test_emptydrawing(skiatest::Reporter* reporter) {
146 iter_paint(reporter, path, shouldDraw);
152 DEF_TEST(EmptyPath, reporter) {
153 test_emptydrawing(reporter);