Lines Matching full:reporter
188 static bool checkWrite(skiatest::Reporter* reporter, SkCanvas* canvas, const SkBitmap& bitmap,
235 REPORTER_ASSERT(reporter, check);
242 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));
252 REPORTER_ASSERT(reporter, check = (pad[px] == static_cast<char>(DEV_PAD)));
354 DEF_GPUTEST(WritePixels, reporter, factory) {
450 REPORTER_ASSERT(reporter, setupBitmap(&bmp, ct, at, rect.width(),
458 REPORTER_ASSERT(reporter, checkWrite(reporter, &canvas, bmp, rect.fLeft, rect.fTop));
465 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));