Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

19 static void test_cache(skiatest::Reporter* reporter, SkScaledImageCache& cache,
34 REPORTER_ASSERT(reporter, NULL == id);
38 REPORTER_ASSERT(reporter, NULL != id);
43 REPORTER_ASSERT(reporter, id == id2);
44 REPORTER_ASSERT(reporter, tmp.pixelRef() == tmp2.pixelRef());
45 REPORTER_ASSERT(reporter, tmp.width() == tmp2.width());
46 REPORTER_ASSERT(reporter, tmp.height() == tmp2.height());
63 REPORTER_ASSERT(reporter, NULL != id);
88 DEF_TEST(ImageCache, reporter) {
93 test_cache(reporter, cache, true);
100 test_cache(reporter, cache, true);
104 test_cache(reporter, cache, false);