Lines Matching defs:path
54 SkPath path;
55 path.addRect(rect, dir, startIndex);
56 return path;
60 SkPath path;
61 path.addOval(rect, dir, startIndex);
62 return path;
70 SkPath path;
71 path.addRRect(rrect, dir, startIndex);
72 return path;
79 SkPath path;
80 path.addRRect(rrect, dir, startIndex);
81 return path;
88 SkPath path;
89 path.addRRect(rrect, dir, startIndex);
90 return path;
115 const SkPath path = makePath(fRect, dir, i);
116 canvas->drawPath(path, fDashPaint);
118 const int n = path.countPoints();
120 path.getPoints(points.get(), n);