Lines Matching refs:reporter
83 DEF_TEST(BitmapCopy_extractSubset, reporter) {
97 REPORTER_ASSERT(reporter, subset.width() == W);
98 REPORTER_ASSERT(reporter, subset.height() == 2);
99 REPORTER_ASSERT(reporter, subset.alphaType() == bitmap.alphaType());
108 REPORTER_ASSERT(reporter, gPairs[i].fColorType != gPairs[j].fColorType);
114 REPORTER_ASSERT(reporter, copy.getGenerationID() != subset.getGenerationID());
116 REPORTER_ASSERT(reporter, copy.width() == W);
117 REPORTER_ASSERT(reporter, copy.height() == 2);
123 REPORTER_ASSERT(reporter, subset.alphaType() == bitmap.alphaType());
161 DEF_TEST(BitmapReadPixels, reporter) {
196 REPORTER_ASSERT(reporter, gRec[i].fExpectedSuccess == success);
209 REPORTER_ASSERT(reporter, check_4x4_pixel(dstC, sx, sy));
211 REPORTER_ASSERT(reporter, 0 == dstC);