Lines Matching defs:path
254 SkPath path = builder.detach();
256 // Each path this method returns should be convex, only composed of
259 SkASSERT(path.isConvex());
260 SkASSERT(SkPath::kLine_SegmentMask == path.getSegmentMasks());
261 SkPathFirstDirection actualDir = SkPathPriv::ComputeFirstDirection(path);
263 SkRect bounds = path.getBounds();
267 return path;
270 // Draw a single path several times, shrinking it, flipping its direction
276 SkPath path = GetPath(index, SkPathDirection::kCW);
277 if (offset->fX+path.getBounds().width() > kGMWidth) {
285 center = { offset->fX + SkScalarHalf(path.getBounds().width()), offset->fY};
286 offset->fX += path.getBounds().width();
303 SkPath path = GetPath(index, dirs[i%2]);
314 canvas->drawPath(path, paint);
320 // the right edge of the last drawn path
353 // Repro for crbug.com/869172 (SVG path incorrectly simplified when using GPU
374 // Repro for crbug.com/856137. This path previously caused GrAAConvexTessellator to turn