Lines Matching refs:purposes
361 Adds the given path to `this` and then returns `this` for chaining purposes.
369 chaining purposes. See [Path2D.addPath()](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/a…
379 chaining purposes. See [Path2D.addPath()](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/a…
406 chaining purposes.
434 chaining purposes. See [Path2D.arc()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRende…
450 chaining purposes. See [Path2D.arcTo()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRen…
455 chaining purposes. See [Path2D.closePath()](https://developer.mozilla.org/en-US/docs/Web/API/Canva…
469 chaining purposes. See [SkPath reference](https://skia.org/user/api/SkPath_Reference#SkPath_conicTo)
481 chaining purposes. See [Path2D.bezierCurveTo](https://developer.mozilla.org/en-US/docs/Web/API/Canv…
488 Applies a dashed path effect to `this` then returns `this` for chaining purposes.
509 Adds the described ellipse to `this` then returns `this` for chaining purposes.
548 Moves the pen (without drawing) to the given coordinates then returns `this` for chaining purposes.
555 Draws a straight line to the given coordinates then returns `this` for chaining purposes.
564 for chaining purposes.
580 Draws a quadratic Bézier curve with the given coordinates then returns `this` for chaining purposes.
588 Draws a rectangle on `this`, then returns `this` for chaining purposes.
672 to `this` and then returns `this` for chaining purposes.
679 to `this` and then returns `this` for chaining purposes.
699 Sets `this` path to be a subset of the original path, then returns `this` for chaining purposes.