Home | History | Annotate | Download | only in tests

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]"
57 static void iter_paint(skiatest::Reporter* reporter, const SkPath& path, bool shouldDraw) {
84 drawAndTest(reporter, path, paint, shouldDraw);
86 drawAndTest(reporter, path, paint, shouldDraw);
113 static void test_emptydrawing(skiatest::Reporter* reporter) {
133 iter_paint(reporter, path, shouldDraw);
139 DEF_TEST(EmptyPath, reporter) {
140 test_emptydrawing(reporter);