Lines Matching defs:reporter
29 DEF_TEST(serial_procs_image, reporter) {
72 REPORTER_ASSERT(reporter, data);
76 REPORTER_ASSERT(reporter, data);
79 REPORTER_ASSERT(reporter, ToolUtils::equal_pixels(src_img.get(), dst_img.get()));
134 static void test_pictures(skiatest::Reporter* reporter, sk_sp<SkPicture> p0, int count,
143 REPORTER_ASSERT(reporter, ctx.fArray.count() == count);
146 REPORTER_ASSERT(reporter, ctx.fArray.count() == 0);
149 DEF_TEST(serial_procs_picture, reporter) {
160 test_pictures(reporter, p0, 1, false);
169 test_pictures(reporter, p0, 1, true);
177 test_pictures(reporter, p0, 1, true);
192 DEF_TEST(serial_typeface, reporter) {
212 REPORTER_ASSERT(reporter, counter == 2);