Lines Matching refs:Reporter
33 skiatest::Reporter* reporter,
37 REPORTER_ASSERT(reporter, offset == surfSubset.fLeft);
38 REPORTER_ASSERT(reporter, offset == surfSubset.fTop);
39 REPORTER_ASSERT(reporter, kSmallerSize == surfSubset.width());
40 REPORTER_ASSERT(reporter, kSmallerSize == surfSubset.height());
48 REPORTER_ASSERT(reporter, img);
51 REPORTER_ASSERT(reporter, surfSubset == imgSubset);
54 REPORTER_ASSERT(reporter, !surf->getCanvas());
57 DEF_TEST(SpecialSurface_Raster, reporter) {
62 test_surface(surf, reporter, 0);
65 DEF_TEST(SpecialSurface_Raster2, reporter) {
74 test_surface(surf, reporter, kPad);
81 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SpecialSurface_Gpu1, reporter, ctxInfo) {
87 test_surface(surf, reporter, 0);