Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

155 static bool checkRead(skiatest::Reporter* reporter,
189 REPORTER_ASSERT(reporter, check = checkPixel(pmPixel, canvasPixel, didPremul));
195 REPORTER_ASSERT(reporter, getBitmapColor(bx, by, bw) == *pixel);
245 DEF_GPUTEST(ReadPixels, reporter, factory) {
364 REPORTER_ASSERT(reporter, success == expectSuccess);
366 REPORTER_ASSERT(reporter, idBefore == idAfter);
369 checkRead(reporter, bmp, srcRect.fLeft, srcRect.fTop,
374 REPORTER_ASSERT(reporter, bmp.isNull());
383 REPORTER_ASSERT(reporter, success);
384 REPORTER_ASSERT(reporter, kN32_SkColorType == wkbmp.colorType());
385 REPORTER_ASSERT(reporter, kPremul_SkAlphaType == wkbmp.alphaType());
386 checkRead(reporter, wkbmp, clippedRect.fLeft,
389 REPORTER_ASSERT(reporter, !success);