Lines Matching defs:empty
83 SkRegion empty, empty2;
85 REPORTER_ASSERT(reporter, empty.isEmpty());
89 REPORTER_ASSERT(reporter, !empty.intersects(empty2));
90 REPORTER_ASSERT(reporter, !valid.intersects(empty));
93 REPORTER_ASSERT(reporter, !empty.contains(empty2));
94 REPORTER_ASSERT(reporter, !valid.contains(empty));
95 REPORTER_ASSERT(reporter, !empty.contains(valid));
102 empty.setPath(emptyPath, openClip); // should not assert
282 // Test an empty region.
374 // starts with empty yspan
380 // ends with empty yspan
418 // we must mark the region as empty.