Home | History | Annotate | Download | only in tests

Lines Matching defs:empty

41     SkRRect empty;
43 empty.setEmpty();
45 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
46 REPORTER_ASSERT(reporter, empty.rect().isEmpty());
49 REPORTER_ASSERT(reporter, zeroPt == empty.radii((SkRRect::Corner) i));
117 REPORTER_ASSERT(reporter, empty != rr3);
127 SkRRect empty;
129 empty.setEmpty();
131 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type());
132 r = empty.rect();
360 // The test depends on the fact that the original is not empty.