Lines Matching refs:empty
245 // All empty paths have the same gen ID
249 // empty). If we started with a simple shape or a volatile path, our original path should have
451 // unclosed rects get closed. Lines get turned into empty geometry
574 // If the bounds are empty, the path ought to be as well.
1343 REPORTER_ASSERT(reporter, peCase.appliedPathEffectKey().empty());
1344 REPORTER_ASSERT(reporter, peCase.appliedFullStyleKey().empty());
1377 * This path effect returns an empty path (possibly inverted)
1559 // Stroking an empty path should have no effect
1571 // Dashing and stroking an empty path should have no effect
1580 // Dashing ignores inverseness so this is equivalent to the non-inverted empty fill.
1584 // A shape made from an empty rrect should behave the same as an empty path when filled and
1629 // Dashing ignores inverseness so this is equivalent to the non-inverted empty fill.
2277 // Test a volatile empty path.
2304 // An empty rect never draws anything according to SkCanvas::drawArc() docs.