Searched refs:Path2D (Results 1 – 12 of 12) sorted by relevance
541 var Path2D = {}; variable542 Path2D.prototype.addPath = function() {}; class543 Path2D.prototype.arc = function() {};544 Path2D.prototype.arcTo = function() {};545 Path2D.prototype.bezierCurveTo = function() {};546 Path2D.prototype.closePath = function() {};547 Path2D.prototype.ellipse = function() {};548 Path2D.prototype.lineTo = function() {};549 Path2D.prototype.moveTo = function() {};550 Path2D.prototype.quadraticCurveTo = function() {};[all …]
898 var Path2D = {}; variable899 Path2D.prototype.addPath = function() {}; class900 Path2D.prototype.arc = function() {};901 Path2D.prototype.arcTo = function() {};902 Path2D.prototype.bezierCurveTo = function() {};903 Path2D.prototype.closePath = function() {};904 Path2D.prototype.ellipse = function() {};905 Path2D.prototype.lineTo = function() {};906 Path2D.prototype.moveTo = function() {};907 Path2D.prototype.quadraticCurveTo = function() {};[all …]
14 …mpatibility (e.g. drop-in replacement) with [Path2D](https://developer.mozilla.org/en-US/docs/Web/…15 - Can output to SVG / Canvas / Path2D236 - A [Path2D](https://developer.mozilla.org/en-US/docs/Web/API/Path2D) object `path.toPath2D()`242 - expanded by any of the Path2D operations (`moveTo`, `lineTo`, `rect`, `arc`, etc)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…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…481 chaining purposes. See [Path2D.bezierCurveTo](https://developer.mozilla.org/en-US/docs/Web/API/Canv…[all …]
14 …mpatibility (e.g. drop-in replacement) with [Path2D](https://developer.mozilla.org/en-US/docs/Web/…15 - Can output to SVG / Canvas / Path2D237 - A [Path2D](https://developer.mozilla.org/en-US/docs/Web/API/Path2D) object `path.toPath2D()`243 - expanded by any of the Path2D operations (`moveTo`, `lineTo`, `rect`, `arc`, etc)370 chaining purposes. See [Path2D.addPath()](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/a…380 chaining purposes. See [Path2D.addPath()](https://developer.mozilla.org/en-US/docs/Web/API/Path2D/a…435 chaining purposes. See [Path2D.arc()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRende…451 chaining purposes. See [Path2D.arcTo()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRen…456 chaining purposes. See [Path2D.closePath()](https://developer.mozilla.org/en-US/docs/Web/API/Canva…482 chaining purposes. See [Path2D.bezierCurveTo](https://developer.mozilla.org/en-US/docs/Web/API/Canv…[all …]
20 import java.awt.geom.Path2D;47 private Path2D mPath = new Path2D.Double();58 Path2D getJavaShape() { in getJavaShape()
36 var p2d = new Path2D(path);
144 function Path2D(path) { class
843 …clock = new Path2D('M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11…844 path = new Path2D();
853 …clock = new Path2D('M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11…854 path = new Path2D();
354 const clipRect = new Path2D();