Home | History | Annotate | Download | only in tests

Lines Matching full:isempty

62     if (rgn.isEmpty()) {
209 REPORTER_ASSERT(reporter, clip0.isEmpty());
210 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
214 REPORTER_ASSERT(reporter, clip0.isEmpty());
215 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
220 REPORTER_ASSERT(reporter, !clip0.isEmpty());
221 REPORTER_ASSERT(reporter, !clip0.getBounds().isEmpty());
226 REPORTER_ASSERT(reporter, clip0.isEmpty());
227 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
233 REPORTER_ASSERT(reporter, mask.fBounds.isEmpty());
356 if (a.isEmpty()) {
357 return b.isEmpty();
359 if (b.isEmpty()) {