Home
last modified time | relevance | path

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

/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/canvaskit/tests/
Dcanvas2d.spec.js377 ctx.closePath();
407 ctx.closePath();
502 ctx.closePath();
/third_party/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/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/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/node/deps/v8/tools/profview/
Dprofview.js997 ctx.closePath();
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1454 undefined closePath();
/third_party/typescript/lib/
Dlib.webworker.d.ts971 closePath(): void; method
Dlib.dom.d.ts3581 closePath(): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts951 closePath(): void; method
Ddom.generated.d.ts3561 closePath(): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts5164 closePath(): void; method