Lines Matching refs:path
34 const SkPath& path,
36 SkASSERT(!path.isConvex() || path.isInverseFillType());
37 int numVerbs = path.countVerbs();
38 if (numVerbs > 0 && !path.isInverseFillType()) {
39 // Check if the path is large and/or simple enough that we can triangulate the inner fan
50 path,
60 path,
115 SkPath path;
116 args.fShape->asPath(&path);
123 // The path is extremely large. Pre-chop its curves to keep the number of tessellation
142 path = PreChopPathCurves(path, *args.fViewMatrix, viewport);
147 SkASSERT(!path.isInverseFillType()); // See onGetStencilSupport().
152 path, stroke, std::move(args.fPaint));
159 if (path.isInverseFillType()) {
167 if (args.fShape->knownToBeConvex() && !path.isInverseFillType()) {
173 path,
181 const SkRect& drawBounds = path.isInverseFillType()
190 path,
206 SkPath path;
207 args.fShape->asPath(&path);
214 path = PreChopPathCurves(path, *args.fViewMatrix, viewport);
234 path,
247 path,