/third_party/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 675 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/ |
D | canvas2d.spec.js | 692 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/ |
D | externs.js | 604 CanvasRenderingContext2D.prototype.isPointInStroke = function() {}; method in CanvasRenderingContext2D
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 1105 CanvasRenderingContext2D.prototype.isPointInStroke = function() {}; method in CanvasRenderingContext2D
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 747 this.isPointInStroke = function(x, y) { method in CanvasRenderingContext2D
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 760 this.isPointInStroke = function(x, y) { method in CanvasRenderingContext2D
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1307 boolean isPointInStroke(unrestricted double x, unrestricted double y); 1308 boolean isPointInStroke(Path2D path, unrestricted double x, unrestricted double y);
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 814 isPointInStroke(x: number, y: number): boolean; method 815 isPointInStroke(path: Path2D, x: number, y: number): boolean; method
|
D | lib.dom.d.ts | 3385 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/ |
D | webworker.generated.d.ts | 794 isPointInStroke(x: number, y: number): boolean; method 795 isPointInStroke(path: Path2D, x: number, y: number): boolean; method
|
D | dom.generated.d.ts | 3365 isPointInStroke(x: number, y: number): boolean; method 3366 isPointInStroke(path: Path2D, x: number, y: number): boolean; method 13671 isPointInStroke(point?: DOMPointInit): boolean; method
|