Lines Matching refs:Reporter
34 skiatest::Reporter* reporter,
38 REPORTER_ASSERT(reporter, offset == surfSubset.fLeft);
39 REPORTER_ASSERT(reporter, offset == surfSubset.fTop);
40 REPORTER_ASSERT(reporter, kSmallerSize == surfSubset.width());
41 REPORTER_ASSERT(reporter, kSmallerSize == surfSubset.height());
49 REPORTER_ASSERT(reporter, img);
52 REPORTER_ASSERT(reporter, surfSubset == imgSubset);
55 REPORTER_ASSERT(reporter, !surf->getCanvas());
58 DEF_TEST(SpecialSurface_Raster, reporter) {
63 test_surface(surf, reporter, 0);
66 DEF_TEST(SpecialSurface_Raster2, reporter) {
75 test_surface(surf, reporter, kPad);
82 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(SpecialSurface_Gpu1, reporter, ctxInfo) {
88 test_surface(surf, reporter, 0);