Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

223 static bool checkWrite(skiatest::Reporter* reporter,
255 REPORTER_ASSERT(reporter, check = checkPixel(bmpPMColor, canvasPixel, mul));
262 REPORTER_ASSERT(reporter, check = (canvasPixel == testColor));
272 REPORTER_ASSERT(reporter, check = (pad[px] == static_cast<char>(DEV_PAD)));
361 static void WritePixelsTest(skiatest::Reporter* reporter, GrContextFactory* factory) {
454 REPORTER_ASSERT(reporter, setupBitmap(&bmp, config8888, rect.width(), rect.height(), SkToBool(tightBmp)));
458 reporter, checkWrite(reporter, &canvas, bmp, rect.fLeft, rect.fTop, config8888));
465 REPORTER_ASSERT(reporter, intersects == (idBefore != idAfter));