Lines Matching defs:paths
49 SkTArray<SkPath> paths;
50 paths.push_back(SkPath::RRect(SkRect::MakeWH(50, 50), 10, 10.00002f));
53 paths.push_back(SkPath::RRect(oddRRect));
54 paths.push_back(SkPath::Rect(SkRect::MakeWH(50, 50)));
55 paths.push_back(SkPath::Circle(25, 25, 25));
56 paths.push_back(SkPathBuilder().cubicTo(100, 50, 20, 100, 0, 0).detach());
57 paths.push_back(SkPath::Oval(SkRect::MakeWH(20, 60)));
98 for (const auto& path : paths) {
114 // flip a couple of paths to test 180° rotation
163 // concave paths
170 // for the concave paths we are not clipping, so transparent and opaque are the same