Lines Matching refs:Reporter
25 static void test_stroke_width_clipping(skiatest::Reporter* reporter) {
41 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
46 REPORTER_ASSERT(reporter, has_green_pixels(bm));
49 static void test_skbug4406(skiatest::Reporter* reporter) {
70 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
84 REPORTER_ASSERT(reporter, has_green_pixels(bm));
87 DEF_TEST(Rect, reporter) {
88 test_stroke_width_clipping(reporter);
89 test_skbug4406(reporter);