Lines Matching refs:REPORTER_ASSERT
50 REPORTER_ASSERT(r, 1 == tally.count<SkRecords::DrawRect>());
63 REPORTER_ASSERT(r, paint.getShader()->unique());
68 REPORTER_ASSERT(r, !paint.getShader()->unique());
70 REPORTER_ASSERT(r, paint.getShader()->unique());
87 REPORTER_ASSERT(reporter, !image->unique());
92 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImage>());
94 REPORTER_ASSERT(reporter, image->unique());
102 REPORTER_ASSERT(reporter, !image->unique());
107 REPORTER_ASSERT(reporter, 1 == tally.count<SkRecords::DrawImageRect>());
109 REPORTER_ASSERT(reporter, image->unique());