Home
last modified time | relevance | path

Searched refs:Path2D (Results 1 – 12 of 12) sorted by relevance

/external/skqp/experimental/canvaskit/
Dexterns.js541 var Path2D = {}; variable
542 Path2D.prototype.addPath = function() {}; class
543 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 …]
/external/skia/modules/canvaskit/
Dexterns.js898 var Path2D = {}; variable
899 Path2D.prototype.addPath = function() {}; class
900 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 …]
/external/skia/site/user/modules/
Dpathkit.md14 …mpatibility (e.g. drop-in replacement) with [Path2D](https://developer.mozilla.org/en-US/docs/Web/…
15 - Can output to SVG / Canvas / Path2D
236 - 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 …]
/external/skqp/site/user/modules/
Dpathkit.md14 …mpatibility (e.g. drop-in replacement) with [Path2D](https://developer.mozilla.org/en-US/docs/Web/…
15 - Can output to SVG / Canvas / Path2D
237 - 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 …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java20 import java.awt.geom.Path2D;
47 private Path2D mPath = new Path2D.Double();
58 Path2D getJavaShape() { in getJavaShape()
/external/skqp/experimental/canvaskit/htmlcanvas/
Dhtmlcanvas.js36 var p2d = new Path2D(path);
Dpath2d.js144 function Path2D(path) { class
/external/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js36 var p2d = new Path2D(path);
Dpath2d.js144 function Path2D(path) { class
/external/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js843 …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();
/external/skqp/experimental/canvaskit/tests/
Dcanvas2d.spec.js853 …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();
/external/perfetto/ui/src/frontend/
Dpanel_container.ts354 const clipRect = new Path2D();