Lines Matching refs:Reporter
34 static void test_big_aa_rect(skiatest::Reporter* reporter) {
49 REPORTER_ASSERT(reporter, 0 == pixel[0]);
51 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
64 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
66 REPORTER_ASSERT_MESSAGE(reporter, false, "readPixels failed");
271 static void test_infinite_dash(skiatest::Reporter* reporter) {
286 REPORTER_ASSERT(reporter, true);
291 static void test_crbug_165432(skiatest::Reporter* reporter) {
305 REPORTER_ASSERT(reporter, !dash.filterPath(&filteredPath, path, &rec, NULL));
306 REPORTER_ASSERT(reporter, filteredPath.isEmpty());
309 DEF_TEST(DrawPath, reporter) {
319 test_infinite_dash(reporter);
320 test_crbug_165432(reporter);
321 test_big_aa_rect(reporter);