Lines Matching refs:REPORTER_ASSERT
55 REPORTER_ASSERT(reporter, b1.empty() == b2.empty());
56 REPORTER_ASSERT(reporter, b1.width() == b2.width());
57 REPORTER_ASSERT(reporter, b1.height() == b2.height());
58 REPORTER_ASSERT(reporter, b1.isNull() == b2.isNull());
61 REPORTER_ASSERT(reporter, b1.isNull() == b2.isNull());
65 REPORTER_ASSERT(reporter, b1.getPixels());
66 REPORTER_ASSERT(reporter, b2.getPixels());
86 REPORTER_ASSERT(reporter, 0 == pixelErrors);
98 REPORTER_ASSERT(reporter, !original.empty());
99 REPORTER_ASSERT(reporter, !original.isNull());
111 REPORTER_ASSERT(reporter, encoded.get() != nullptr);
117 REPORTER_ASSERT(reporter, installSuccess);
121 REPORTER_ASSERT(reporter, nullptr == lazy.getPixels());
124 REPORTER_ASSERT(reporter, lazy.getPixels());
130 REPORTER_ASSERT(reporter, nullptr == lazy.getPixels());
133 REPORTER_ASSERT(reporter, lazy.getPixels());
186 REPORTER_ASSERT(fReporter, pixels != nullptr);
187 REPORTER_ASSERT(fReporter, rowBytes >= info.minRowBytes());
233 REPORTER_ASSERT(reporter, TestImageGenerator::Width() == bm.width());
234 REPORTER_ASSERT(reporter, TestImageGenerator::Height() == bm.height());
236 REPORTER_ASSERT(reporter, bm.getPixels());
248 REPORTER_ASSERT(reporter, 0 == errors);
256 REPORTER_ASSERT(reporter, gen.get() != nullptr);
260 REPORTER_ASSERT(reporter, success);
265 REPORTER_ASSERT(reporter, nullptr == lazy.getPixels());
288 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
291 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
294 REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
329 REPORTER_ASSERT(r, TestImageGenerator::Width() == image->width());
330 REPORTER_ASSERT(r, TestImageGenerator::Height() == image->height());
331 REPORTER_ASSERT(r, image->isLazyGenerated());
340 REPORTER_ASSERT(
344 REPORTER_ASSERT(r, kDefaultColor == bitmap.getColor(0, 0));