Lines Matching refs:isEmpty
74 if (rgn.isEmpty()) {
113 if (a.isEmpty() && b.isEmpty()) {
115 } else if (a.isEmpty() != b.isEmpty() || a.isBW() != b.isBW() || a.isRect() != b.isRect()) {
229 REPORTER_ASSERT(reporter, clip.isEmpty());
230 REPORTER_ASSERT(reporter, clip.getBounds().isEmpty());
233 REPORTER_ASSERT(reporter, clip.isEmpty());
234 REPORTER_ASSERT(reporter, clip.getBounds().isEmpty());
238 REPORTER_ASSERT(reporter, !clip.isEmpty());
239 REPORTER_ASSERT(reporter, !clip.getBounds().isEmpty());
243 REPORTER_ASSERT(reporter, clip.isEmpty());
244 REPORTER_ASSERT(reporter, clip.getBounds().isEmpty());
249 REPORTER_ASSERT(reporter, mask.fBounds.isEmpty());