Lines Matching defs:object
377 #### `addPath(otherPath)`
383 #### `addPath(otherPath, transform)`
394 #### `addPath(otherPath, a, b, c, d, e, f)`
422 #### `addPath(otherPath, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)`
449 #### `arc(x, y, radius, startAngle, endAngle, ccw=false)`
470 #### `arcTo(x1, y1, x2, y2, radius)`
480 #### `close()` or `closePath()`
487 #### `computeTightBounds()`
494 #### `conicTo(x1, y1, x2, y2, w)`
504 #### `copy()`
508 #### `cubicTo(cp1x, cp1y, cp2x, cp2y, x, y)` or `bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y)`
518 #### `dash(on, off, phase)`
535 #### `ellipse(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw=false)`
550 #### `equals(otherPath)`
556 #### `getBounds()`
563 #### `getFillType()`
571 #### `getFillTypeString()`
583 #### `moveTo(x, y)`
592 #### `lineTo(x, y)`
601 #### `op(otherPath, operation)`
619 #### `quadTo(cpx, cpy, x, y)` or `quadraticCurveTo(cpx, cpy, x, y)`
629 #### `rect(x, y, w, h)`
638 #### `setFillType(fillType)`
646 #### `simplify()`
651 #### `stroke(opts)`
672 #### `toCanvas(ctx)`
688 #### `toCmds()`
692 #### `toPath2D()`
704 #### `toSVGString()`
719 #### `transform(matr)`
728 #### `transform(scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)`
749 #### `trim(startT, stopT, isComplement=false)`
773 #### `add(path, operation)`
780 #### `make()` or `resolve()`