Lines Matching refs:REPORTER_ASSERT
80 REPORTER_ASSERT(reporter, sizeof(layerAlpha) == sizeof(flags));
93 REPORTER_ASSERT(reporter, drawFn);
121 REPORTER_ASSERT(reporter, state);
126 REPORTER_ASSERT(reporter, success);
144 REPORTER_ASSERT(reporter, bitmaps[0].getSize() == bitmaps[1].getSize());
145 REPORTER_ASSERT(reporter, !memcmp(bitmaps[0].getPixels(),
187 REPORTER_ASSERT(reporter, sizeof(clipOps) == sizeof(flags));
201 REPORTER_ASSERT(reporter, drawFn);
224 REPORTER_ASSERT(reporter, state);
238 REPORTER_ASSERT(reporter, success);
256 REPORTER_ASSERT(reporter, bitmaps[0].getSize() == bitmaps[1].getSize());
257 REPORTER_ASSERT(reporter, !memcmp(bitmaps[0].getPixels(),
281 REPORTER_ASSERT(reporter, state);
283 REPORTER_ASSERT(reporter, tmpCanvas);
285 REPORTER_ASSERT(reporter, canvas.getDrawFilter());
286 REPORTER_ASSERT(reporter, nullptr == tmpCanvas->getDrawFilter());
312 REPORTER_ASSERT(reporter, !state);
314 REPORTER_ASSERT(reporter, kInvalidOperation_SkError == SkGetLastError());
344 REPORTER_ASSERT(reporter, clipStackBounds.isEmpty());
346 REPORTER_ASSERT(reporter, clipStackBounds.width() == WIDTH);
347 REPORTER_ASSERT(reporter, clipStackBounds.height() == HEIGHT);
355 REPORTER_ASSERT(reporter, clipStackBounds.width() == LAYER_WIDTH);
356 REPORTER_ASSERT(reporter, clipStackBounds.height() == LAYER_HEIGHT);