Lines Matching defs:reporter
28 static void test_big_aa_rect(skiatest::Reporter* reporter) {
42 REPORTER_ASSERT(reporter, 0 == pixel[0]);
44 REPORTER_ASSERT(reporter, false, "readPixels failed");
57 REPORTER_ASSERT(reporter, 0xFFFFFFFF == pixel[0]);
59 REPORTER_ASSERT(reporter, false, "readPixels failed");
129 static void test_crbug_1239558(skiatest::Reporter* reporter) {
171 REPORTER_ASSERT(reporter, false, "drawPath modified incorrect pixels");
334 static void test_infinite_dash(skiatest::Reporter* reporter) {
349 REPORTER_ASSERT(reporter, true);
354 static void test_crbug_165432(skiatest::Reporter* reporter) {
368 REPORTER_ASSERT(reporter, !dash->filterPath(&filteredPath, path, &rec, nullptr));
369 REPORTER_ASSERT(reporter, filteredPath.isEmpty());
374 static void test_crbug_472147_simple(skiatest::Reporter* reporter) {
389 static void test_crbug_472147_actual(skiatest::Reporter* reporter) {
405 DEF_TEST(DrawPath, reporter) {
415 test_infinite_dash(reporter);
416 test_crbug_165432(reporter);
417 test_crbug_472147_simple(reporter);
418 test_crbug_472147_actual(reporter);
419 test_crbug_1239558(reporter);
420 test_big_aa_rect(reporter);