Lines Matching refs:Reporter
40 static void test_simple(skiatest::Reporter* reporter) {
52 REPORTER_ASSERT(reporter, valid);
54 REPORTER_ASSERT(reporter, looper.getPixmap().width() == pmap.width());
55 REPORTER_ASSERT(reporter, looper.getPixmap().height() == pmap.height());
56 REPORTER_ASSERT(reporter, equal(looper.getRC(), rc));
58 REPORTER_ASSERT(reporter, !looper.next());
66 REPORTER_ASSERT(reporter, !looper.next());
95 static void test_complex(skiatest::Reporter* reporter) {
130 REPORTER_ASSERT(reporter, !looper.getRC().isEmpty());
136 DEF_TEST(DeviceLooper, reporter) {
137 test_simple(reporter);
138 test_complex(reporter);