Lines Matching refs:emptyPath
1406 SkPath emptyPath;
1407 GrStyledShape emptyShape(emptyPath);
1412 emptyPath.toggleInverseFillType();
1413 GrStyledShape invertedEmptyShape(emptyPath);
1529 SkPath emptyPath;
1533 TestCase fillEmptyCase(reporter, emptyPath, fill);
1565 TestCase strokeEmptyCase(reporter, emptyPath, stroke);
1576 TestCase dashAndStrokeEmptyCase(reporter, emptyPath, dashAndStroke);
2307 TestCase emptyPath(reporter, SkPath(), style);
2308 emptyArc.compare(reporter, emptyPath, TestCase::kAllSame_ComparisonExpecation);