Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

12 static void test_bigwidth(skiatest::Reporter* reporter) {
17 REPORTER_ASSERT(reporter, bm.setInfo(info));
19 REPORTER_ASSERT(reporter, bm.setInfo(info));
28 REPORTER_ASSERT(reporter, !bm.setInfo(info));
34 DEF_TEST(Bitmap, reporter) {
40 REPORTER_ASSERT(reporter, setConf);
42 REPORTER_ASSERT(reporter, bm.allocPixels(NULL));
44 REPORTER_ASSERT(reporter, SkToBool(width & height) != bm.empty());
48 test_bigwidth(reporter);