Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

15 void tessellate_shadow(skiatest::Reporter* reporter, const SkPath& path, const SkMatrix& ctm,
24 ERRORF(reporter, "Expected shadow tessellation to %s but it did not.",
29 ERRORF(reporter, "Expected shadow tessellation to %s but it did not.",
35 ERRORF(reporter, "Expected shadow tessellation to %s but it did not.",
41 ERRORF(reporter, "Expected shadow tessellation to %s but it did not.",
46 DEF_TEST(ShadowUtils, reporter) {
52 tessellate_shadow(reporter, path, canvas.getTotalMatrix(), (bool)SK_SUPPORT_GPU);
57 tessellate_shadow(reporter, path, canvas.getTotalMatrix(), false);
64 tessellate_shadow(reporter, path, canvas.getTotalMatrix(), false);