Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

28     REPORTER_ASSERT(reporter, codec);
36 REPORTER_ASSERT(reporter, !success);
38 REPORTER_ASSERT(reporter, (expectedSizes == nullptr) == !success);
42 REPORTER_ASSERT(reporter,
44 REPORTER_ASSERT(reporter, info.fYWidthBytes == (uint32_t) SkAlign8(info.fYSize.width()));
45 REPORTER_ASSERT(reporter, info.fUWidthBytes == (uint32_t) SkAlign8(info.fUSize.width()));
46 REPORTER_ASSERT(reporter, info.fVWidthBytes == (uint32_t) SkAlign8(info.fVSize.width()));
49 REPORTER_ASSERT(reporter,
51 REPORTER_ASSERT(reporter, info.fYWidthBytes == (uint32_t) SkAlign8(info.fYSize.width()));
52 REPORTER_ASSERT(reporter, info.fUWidthBytes == (uint32_t) SkAlign8(info.fUSize.width()));
53 REPORTER_ASSERT(reporter, info.fVWidthBytes == (uint32_t) SkAlign8(info.fVSize.width()));
54 REPORTER_ASSERT(reporter, kJPEG_SkYUVColorSpace == colorSpace);
67 REPORTER_ASSERT(reporter, SkCodec::kInvalidInput ==
69 REPORTER_ASSERT(reporter, SkCodec::kSuccess ==