Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

353                 REPORTER_ASSERT(reporter, success == expectSuccess);
355 REPORTER_ASSERT(reporter, idBefore == idAfter);
363 REPORTER_ASSERT(reporter, bmp.isNull());
372 REPORTER_ASSERT(reporter, success);
373 REPORTER_ASSERT(reporter, kN32_SkColorType == wkbmp.colorType());
374 REPORTER_ASSERT(reporter, kPremul_SkAlphaType == wkbmp.alphaType());
378 REPORTER_ASSERT(reporter, !success);
534 REPORTER_ASSERT(reporter, txa->width() == 2);
535 REPORTER_ASSERT(reporter, txa->height() == 2);
536 REPORTER_ASSERT(reporter, txb->width() == 2);
537 REPORTER_ASSERT(reporter, txb->height() == 2);
538 REPORTER_ASSERT(reporter, txa->config() == txb->config());
541 REPORTER_ASSERT(reporter, txa->readPixels(0, 0, 2, 2, txa->config(), pixelsA));
542 REPORTER_ASSERT(reporter, txb->readPixels(0, 0, 2, 2, txa->config(), pixelsB));
543 REPORTER_ASSERT(reporter, 0 == memcmp(pixelsA, pixelsB, sizeof(pixelsA)));
619 REPORTER_ASSERT(reporter, dataA->equals(dataB));