Lines Matching defs:object
359 #### `addPath(otherPath)` ####
364 #### `addPath(otherPath, transform)` ####
373 #### `addPath(otherPath, a, b, c, d, e, f)` ####
399 #### `addPath(otherPath, scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)` ####
425 #### `arc(x, y, radius, startAngle, endAngle, ccw=false)` ####
446 #### `arcTo(x1, y1, x2, y2, radius)` ####
454 #### `close()` or `closePath()` ####
459 #### `computeTightBounds()` ####
465 #### `conicTo(x1, y1, x2, y2, w)` ####
473 #### `copy()` ####
477 #### `cubicTo(cp1x, cp1y, cp2x, cp2y, x, y)` or `bezierCurveTo(cp1x, cp1y, cp2x, cp2y, x, y)` ####
485 #### `dash(on, off, phase)` ####
500 #### `ellipse(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw=false)` ####
514 #### `equals(otherPath)` ####
520 #### `getBounds()` ####
526 #### `getFillType()` ####
534 #### `getFillTypeString()` ####
546 #### `moveTo(x, y)` ####
553 #### `lineTo(x, y)` ####
560 #### `op(otherPath, operation)` ####
577 #### `quadTo(cpx, cpy, x, y)` or `quadraticCurveTo(cpx, cpy, x, y)` ####
585 #### `rect(x, y, w, h)` ####
593 #### `setFillType(fillType)` ####
599 #### `simplify()` ####
603 #### `stroke(opts)` ####
623 #### `toCanvas(ctx)` ####
638 #### `toCmds()` ####
643 #### `toPath2D()` ####
655 #### `toSVGString()` ####
669 #### `transform(matr)` ####
675 #### `transform(scaleX, skewX, transX, skewY, scaleY, transY, pers0, pers1, pers2)` ####
694 #### `trim(startT, stopT, isComplement=false)` ####
718 #### `add(path, operation)` ####
724 #### `make()` or `resolve()` ####