Home
last modified time | relevance | path

Searched refs:closePath (Results 1 – 25 of 30) sorted by relevance

12

/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js32 function closePath(skpath) { function
181 this.closePath = function() { method in Path2D
182 closePath(this._path);
Dcanvas2dcontext.js539 this.closePath = function() { method in CanvasRenderingContext2D
540 closePath(this._currentPath);
/third_party/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js32 function closePath(skpath) { function
182 this.closePath = function() { method in Path2D
183 closePath(this._path);
Dcanvas2dcontext.js520 this.closePath = function() { method in CanvasRenderingContext2D
521 closePath(this._currentPath);
/third_party/skia/modules/pathkit/perf/
Deffects.bench.js11 p.closePath();
Dpathops.bench.js10 p.closePath();
/third_party/flutter/skia/modules/pathkit/perf/
Deffects.bench.js11 p.closePath();
Dpathops.bench.js10 p.closePath();
/third_party/skia/modules/pathkit/tests/
Deffects.spec.js12 path.closePath();
/third_party/flutter/skia/modules/pathkit/tests/
Deffects.spec.js12 path.closePath();
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js590 CanvasRenderingContext2D.prototype.closePath = function() {}; method in CanvasRenderingContext2D
631 Path2D.prototype.closePath = function() {}; method in Path2D
/third_party/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js377 ctx.closePath();
407 ctx.closePath();
502 ctx.closePath();
/third_party/flutter/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js380 ctx.closePath();
414 ctx.closePath();
517 ctx.closePath();
/third_party/skia/modules/pathkit/
Dexterns.js94 PathKit.SkPath.prototype.closePath = function() {}; method in PathKit.SkPath
Dchaining.js74 PathKit.SkPath.prototype.closePath = function() { method in PathKit.SkPath
/third_party/flutter/skia/modules/pathkit/
Dexterns.js94 PathKit.SkPath.prototype.closePath = function() {}; method in PathKit.SkPath
Dchaining.js74 PathKit.SkPath.prototype.closePath = function() { method in PathKit.SkPath
/third_party/flutter/skia/experimental/docs/
DcanvasBackend.js52 ctx.closePath();
/third_party/skia/experimental/docs/
DcanvasBackend.js52 ctx.closePath();
/third_party/skia/modules/canvaskit/
Dexterns.js1091 CanvasRenderingContext2D.prototype.closePath = function() {}; method in CanvasRenderingContext2D
1132 Path2D.prototype.closePath = function() {}; method in Path2D
/third_party/skia/site/docs/user/modules/
Dpathkit.md85 path.closePath();
480 #### `close()` or `closePath()`
484 [Path2D.closePath()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/clos…
/third_party/flutter/skia/site/user/modules/
Dpathkit.md79 path.closePath();
453 #### `close()` or `closePath()` ####
455 …ning purposes. See [Path2D.closePath()](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRe…
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1closePath:function(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")},lineTo:fu… method
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dbitmap_canvas.dart864 ctx.closePath();
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1370 void closePath();

12