Lines Matching refs:Reporter
39 static void test_simple(skiatest::Reporter* reporter) {
51 REPORTER_ASSERT(reporter, valid);
53 REPORTER_ASSERT(reporter, looper.getPixmap().width() == pmap.width());
54 REPORTER_ASSERT(reporter, looper.getPixmap().height() == pmap.height());
55 REPORTER_ASSERT(reporter, equal(looper.getRC(), rc));
57 REPORTER_ASSERT(reporter, !looper.next());
65 REPORTER_ASSERT(reporter, !looper.next());
94 static void test_complex(skiatest::Reporter* reporter) {
129 REPORTER_ASSERT(reporter, !looper.getRC().isEmpty());
135 DEF_TEST(DeviceLooper, reporter) {
136 test_simple(reporter);
137 test_complex(reporter);