Lines Matching refs:Reporter
15 static void drawAndTest(skiatest::Reporter* reporter, const SkPath& path,
49 ERRORF(reporter, "%s style[%d] cap[%d] join[%d] antialias[%d]"
63 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw,
96 drawAndTest(reporter, path, paint, shouldDraw);
98 drawAndTest(reporter, path, paint, shouldDraw);
125 static void test_emptydrawing(skiatest::Reporter* reporter) {
149 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps);
155 DEF_TEST(EmptyPath, reporter) {
156 test_emptydrawing(reporter);