Lines Matching refs:empty
64 { 100, 100, 100, 200 }, // empty horizontal
65 { 100, 100, 200, 100 }, // empty vertical
66 { 100, 100, 100, 100 }, // empty both
67 { 0, 0, 0, 0 } // setEmpty-empty
178 SkRRect empty;
180 empty.setEmpty();
182 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
183 REPORTER_ASSERT(reporter, empty.rect().isEmpty());
186 REPORTER_ASSERT(reporter, zeroPt == empty.radii((SkRRect::Corner) i));
277 REPORTER_ASSERT(reporter, empty != rr3);
286 SkRRect empty;
288 empty.setEmpty();
290 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
291 r = empty.rect();
519 // The test depends on the fact that the original is not empty.
978 // These get coerced to empty.
1024 // Test that an empty rrect reports empty inner bounds
1059 // Test a variety of complex round rects produce a non-empty rect that is at least contained,
1151 // empty, then we know that the shapes were the same.
1155 SkPath empty;
1156 SkAssertResult(Op(testPath, expectedPath, kXOR_SkPathOp, &empty));
1157 REPORTER_ASSERT(reporter, empty.isEmpty());
1232 // A is empty -> no intersection