/third_party/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 661 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'nonzero'), 668 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'evenodd'),
|
/third_party/flutter/skia/modules/canvaskit/tests/ |
D | canvas2d.spec.js | 678 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'nonzero'), 685 testFn: (ctx, x, y) => ctx.isPointInPath(x * SCALE, y * SCALE, 'evenodd'),
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 603 CanvasRenderingContext2D.prototype.isPointInPath = function() {}; method in CanvasRenderingContext2D
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 1104 CanvasRenderingContext2D.prototype.isPointInPath = function() {}; method in CanvasRenderingContext2D
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 718 this.isPointInPath = function(x, y, fillmode) { method in CanvasRenderingContext2D
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 731 this.isPointInPath = function(x, y, fillmode) { method in CanvasRenderingContext2D
|
/third_party/node/test/fixtures/wpt/interfaces/ |
D | html.idl | 1305 …boolean isPointInPath(unrestricted double x, unrestricted double y, optional CanvasFillRule fillRu… 1306 …boolean isPointInPath(Path2D path, unrestricted double x, unrestricted double y, optional CanvasFi…
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | canvas.dart | 1639 /// Context2D isPointInPath. If performance becomes issue, retaining 1722 final bool result = _rawRecorder.ctx.isPointInPath(pointX, pointY);
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 812 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method 813 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
|
D | lib.dom.d.ts | 3383 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method 3384 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 792 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method 793 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
|
D | dom.generated.d.ts | 3363 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method 3364 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 5175 isPointInPath(x: number, y: number, fillRule?: string): boolean; method
|