Lines Matching refs:Reporter
11 static void test_to_from(skiatest::Reporter* reporter, const SkPath& path) {
17 REPORTER_ASSERT(reporter, success);
20 REPORTER_ASSERT(reporter, str == str2);
23 REPORTER_ASSERT(reporter, path == path2);
44 DEF_TEST(ParsePath, reporter) {
48 REPORTER_ASSERT(reporter, success);
51 REPORTER_ASSERT(reporter, expectedBounds == pathBounds);
53 test_to_from(reporter, path);
60 test_to_from(reporter, p);
62 test_to_from(reporter, p);
64 test_to_from(reporter, p);