Lines Matching refs:path
186 // in this case approx the path with lines
252 int gather_lines_and_quads(const SkPath& path,
262 SkPath::Iter iter(path, false);
428 GrPathUtils::scaleToleranceToSrc(SK_Scalar1, m, path.getBounds());
758 const SkPath& path,
772 viewMatrix, path,
780 const SkPath& path,
788 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds, capLength});
790 this->setTransformedBounds(path.getBounds(), viewMatrix, HasAABloat::kYes,
1041 // given path.
1281 const SkPath& path = GrTest::TestPath(random);
1284 return AAHairlineOp::Make(context, std::move(paint), viewMatrix, path,
1323 SkPath path;
1324 args.fShape->asPath(&path);
1326 AAHairlineOp::Make(args.fContext, std::move(args.fPaint), *args.fViewMatrix, path,