Lines Matching refs:REPORTER_ASSERT
191 REPORTER_ASSERT(reporter, data);
194 REPORTER_ASSERT(reporter, 1 == count);
195 REPORTER_ASSERT(reporter, *(SkPixelRef**)data->data() == refs[i]);
228 REPORTER_ASSERT(reporter, found);
417 REPORTER_ASSERT(reporter, picture1->equals(picture2));
427 REPORTER_ASSERT(reporter, pictureFromStream.get() != NULL);
441 REPORTER_ASSERT(reporter, NULL != destPicture);
449 REPORTER_ASSERT(reporter, NULL != destPicture);
479 REPORTER_ASSERT(reporter, true == nonEmpty);
480 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
481 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
482 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
483 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
492 REPORTER_ASSERT(reporter, true == nonEmpty);
493 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
494 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
495 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
496 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);
505 REPORTER_ASSERT(reporter, true == nonEmpty);
506 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
507 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
508 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
509 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
517 REPORTER_ASSERT(reporter, true == nonEmpty);
518 REPORTER_ASSERT(reporter, 0 == clipBounds.fLeft);
519 REPORTER_ASSERT(reporter, 0 == clipBounds.fTop);
520 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
521 REPORTER_ASSERT(reporter, 10 == clipBounds.fRight);
532 REPORTER_ASSERT(reporter, true == nonEmpty);
533 REPORTER_ASSERT(reporter, 7 == clipBounds.fLeft);
534 REPORTER_ASSERT(reporter, 7 == clipBounds.fTop);
535 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
536 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);
545 REPORTER_ASSERT(reporter, true == nonEmpty);
546 REPORTER_ASSERT(reporter, 6 == clipBounds.fLeft);
547 REPORTER_ASSERT(reporter, 6 == clipBounds.fTop);
548 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
549 REPORTER_ASSERT(reporter, 8 == clipBounds.fRight);