Lines Matching refs:REPORTER_ASSERT
135 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
143 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
151 REPORTER_ASSERT(reporter, equalsAAClip(rgn));
185 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
187 REPORTER_ASSERT(reporter, height == clip.getBounds().height());
199 REPORTER_ASSERT(reporter, sheight == path.getBounds().height());
201 REPORTER_ASSERT(reporter, teardrop_height == clip.getBounds().height());
207 REPORTER_ASSERT(reporter, clip0.isEmpty());
208 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
209 REPORTER_ASSERT(reporter, clip1 == clip0);
212 REPORTER_ASSERT(reporter, clip0.isEmpty());
213 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
214 REPORTER_ASSERT(reporter, clip1 == clip0);
218 REPORTER_ASSERT(reporter, !clip0.isEmpty());
219 REPORTER_ASSERT(reporter, !clip0.getBounds().isEmpty());
220 REPORTER_ASSERT(reporter, clip0 != clip1);
221 REPORTER_ASSERT(reporter, clip0.getBounds() == r);
224 REPORTER_ASSERT(reporter, clip0.isEmpty());
225 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
226 REPORTER_ASSERT(reporter, clip1 == clip0);
231 REPORTER_ASSERT(reporter, NULL == mask.fImage);
232 REPORTER_ASSERT(reporter, mask.fBounds.isEmpty());
273 REPORTER_ASSERT(reporter, nonEmptyAA == nonEmptyBW);
274 REPORTER_ASSERT(reporter, clip2.getBounds() == rgn2.getBounds());
281 REPORTER_ASSERT(reporter, maskBW == maskAA);
315 REPORTER_ASSERT(reporter, expected == mask);
364 REPORTER_ASSERT(reporter, changed != (rc0 == rc1));
365 REPORTER_ASSERT(reporter, changed != (rc0 == rc2));