Lines Matching refs:Reporter
15 void tessellate_shadow(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm,
22 ERRORF(reporter, "Expected shadow tessellation to %s but it did not.",
27 ERRORF(reporter, "Expected shadow tessellation to %s but it did not.",
32 ERRORF(reporter, "Expected shadow tessellation to %s but it did not.",
37 ERRORF(reporter, "Expected shadow tessellation to %s but it did not.",
42 DEF_TEST(ShadowUtils, reporter) {
47 tessellate_shadow(reporter, path, canvas.getTotalMatrix(), true);
52 tessellate_shadow(reporter, path, canvas.getTotalMatrix(), false);
59 tessellate_shadow(reporter, path, canvas.getTotalMatrix(), false);