Lines Matching refs:Reporter
14 static void drawAndTest(skiatest::Reporter* reporter, const SkPath& path,
48 ERRORF(reporter, "%s style[%d] cap[%d] join[%d] antialias[%d]"
62 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw,
95 drawAndTest(reporter, path, paint, shouldDraw);
97 drawAndTest(reporter, path, paint, shouldDraw);
124 static void test_emptydrawing(skiatest::Reporter* reporter) {
148 iter_paint(reporter, path, shouldDraw, allowCaps ? kDrawCaps : kDontDrawCaps);
154 DEF_TEST(EmptyPath, reporter) {
155 test_emptydrawing(reporter);