Home
last modified time | relevance | path

Searched refs:isPointInStroke (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js675 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE),
682 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE),
/third_party/flutter/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js692 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE),
699 testFn: (ctx, x, y) => ctx.isPointInStroke(x * SCALE, y * SCALE),
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js604 CanvasRenderingContext2D.prototype.isPointInStroke = function() {}; method in CanvasRenderingContext2D
/third_party/skia/modules/canvaskit/
Dexterns.js1105 CanvasRenderingContext2D.prototype.isPointInStroke = function() {}; method in CanvasRenderingContext2D
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js747 this.isPointInStroke = function(x, y) { method in CanvasRenderingContext2D
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js760 this.isPointInStroke = function(x, y) { method in CanvasRenderingContext2D
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1307 boolean isPointInStroke(unrestricted double x, unrestricted double y);
1308 boolean isPointInStroke(Path2D path, unrestricted double x, unrestricted double y);
/third_party/typescript/lib/
Dlib.webworker.d.ts814 isPointInStroke(x: number, y: number): boolean; method
815 isPointInStroke(path: Path2D, x: number, y: number): boolean; method
Dlib.dom.d.ts3385 isPointInStroke(x: number, y: number): boolean; method
3386 isPointInStroke(path: Path2D, x: number, y: number): boolean; method
13691 isPointInStroke(point?: DOMPointInit): boolean; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts794 isPointInStroke(x: number, y: number): boolean; method
795 isPointInStroke(path: Path2D, x: number, y: number): boolean; method
Ddom.generated.d.ts3365 isPointInStroke(x: number, y: number): boolean; method
3366 isPointInStroke(path: Path2D, x: number, y: number): boolean; method
13671 isPointInStroke(point?: DOMPointInit): boolean; method