Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

49         REPORTER_ASSERT(reporter, src.width() == dst.width());
50 REPORTER_ASSERT(reporter, src.height() == dst.height());
51 REPORTER_ASSERT(reporter, dst.config() == desiredConfig);
58 REPORTER_ASSERT(reporter, src.getGenerationID() == dst.getGenerationID());
60 REPORTER_ASSERT(reporter, src.pixelRef() != NULL && dst.pixelRef() != NULL);
67 REPORTER_ASSERT(reporter, readBack);
71 REPORTER_ASSERT(reporter, readBack);
75 REPORTER_ASSERT(reporter, copy);
80 REPORTER_ASSERT(reporter, srcReadBack.readyToDraw() && dstReadBack.readyToDraw());
84 REPORTER_ASSERT(reporter, srcP != dstP);
86 REPORTER_ASSERT(reporter, !memcmp(srcP, dstP, srcReadBack.getSize()));
88 REPORTER_ASSERT(reporter, src.getGenerationID() != dst.getGenerationID());
92 REPORTER_ASSERT(reporter, dst.config() == SkBitmap::kNo_Config);
93 REPORTER_ASSERT(reporter, dst.width() == 0);
94 REPORTER_ASSERT(reporter, dst.height() == 0);
176 REPORTER_ASSERT(reporter, success == expected);
177 REPORTER_ASSERT(reporter, success == canSucceed);
184 REPORTER_ASSERT(reporter, success == expected);
185 REPORTER_ASSERT(reporter, success == canSucceed);