Lines Matching defs:empty
774 // set to true in this case, but the bounds were not set to empty (which
1254 SkPath empty;
1255 check_close(reporter, empty);
1256 empty.close();
1257 check_close(reporter, empty);
1979 // following the non-empty sub-path. Verifies that this does not trigger assertions.
2009 // An empty path should not contain any rectangle. It's questionable whether an empty path
2010 // contains an empty rectangle. However, since it is a conservative test it is ok to
2708 SkPath p1; // Leave p1 non-unique (i.e., the empty path)
2758 p1.moveTo(SkPoint::Make(0, 0)); // Make p1 unique (i.e., not empty path)
2768 p1.moveTo(SkPoint::Make(0, 0)); // Make p1 unique (i.e., not empty path)
2903 // Test that setting an empty path works
2907 // Test that close path makes no difference for an empty path
2911 // Test an iterator with an initial empty path
3043 // Test an iterator with an initial empty path
3462 SkPath empty;
3477 // empty + circle (translate)
3478 path = empty;
3482 // circle + empty (translate)
3484 path.addPath(empty, translate);
3553 // since empty path being transformed.
3560 // empty path is not an oval
3588 SkPath empty;
3597 REPORTER_ASSERT(reporter, p == empty);
3598 REPORTER_ASSERT(reporter, !(p != empty));
3672 // The round rect is "empty" in that it has no fill area. However,
3673 // the path isn't "empty" in that it should have verbs and points.
4028 // case 1: dst is empty
4033 // case 2: src is empty
4036 // case 3: src and dst are empty
4834 SkPath p, empty;
4872 REPORTER_ASSERT(reporter, p != empty);
4873 REPORTER_ASSERT(reporter, !(p == empty));
5178 // Treat nonfinite paths as "empty" or "full", depending on inverse-filltype
5745 * called on an empty path, a 'moveTo(0,0)' will automatically be injected. If the path is
5746 * not empty, but its last contour has been "closed", then it will inject a moveTo corresponding
5840 // Test both an empty and non-empty rect passed to SkPath::addRect