Lines Matching defs:path
53 // Draws a path directly to the screen using a specific tessellator.
58 SamplePathTessellatorOp(const SkRect& drawBounds, const SkPath& path, const SkMatrix& m,
61 , fPath(path)
179 // This sample enables wireframe and visualizes the triangles generated by path tessellators.
248 // Draw the path points.
272 void doClick(SkPath* path) {
273 SkPoint pt = path->getPoint(fPtIdx);
274 SkPathPriv::UpdatePathPoint(path, fPtIdx, pt + fCurr - fPrev);
299 static SkPath update_weight(const SkPath& path, float w) {
301 for (auto [verb, pts, _] : SkPathPriv::Iterate(path)) {