Searched defs:isPointInPath (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/m133/modules/canvaskit/htmlcanvas/ |
| D | canvas2dcontext.js | 721 this.isPointInPath = function(x, y, fillmode) { method in CanvasRenderingContext2D
|
| /third_party/skia/modules/canvaskit/htmlcanvas/ |
| D | canvas2dcontext.js | 718 this.isPointInPath = function(x, y, fillmode) { method in CanvasRenderingContext2D
|
| /third_party/skia/modules/canvaskit/ |
| D | externs.js | 1104 CanvasRenderingContext2D.prototype.isPointInPath = function() {}; method in CanvasRenderingContext2D
|
| /third_party/skia/m133/modules/canvaskit/ |
| D | externs.js | 1231 CanvasRenderingContext2D.prototype.isPointInPath = function() {}; method in CanvasRenderingContext2D
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 918 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method 919 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
|
| D | lib.dom.d.ts | 3528 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method 3529 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 898 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method 899 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
|
| D | dom.generated.d.ts | 3508 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method 3509 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
|