Home
last modified time | relevance | path

Searched defs:isPointInPath (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/m133/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js721 this.isPointInPath = function(x, y, fillmode) { method in CanvasRenderingContext2D
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js718 this.isPointInPath = function(x, y, fillmode) { method in CanvasRenderingContext2D
/third_party/skia/modules/canvaskit/
Dexterns.js1104 CanvasRenderingContext2D.prototype.isPointInPath = function() {}; method in CanvasRenderingContext2D
/third_party/skia/m133/modules/canvaskit/
Dexterns.js1231 CanvasRenderingContext2D.prototype.isPointInPath = function() {}; method in CanvasRenderingContext2D
/third_party/typescript/lib/
Dlib.webworker.d.ts918 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method
919 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
Dlib.dom.d.ts3528 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/
Dwebworker.generated.d.ts898 isPointInPath(x: number, y: number, fillRule?: CanvasFillRule): boolean; method
899 isPointInPath(path: Path2D, x: number, y: number, fillRule?: CanvasFillRule): boolean; method
Ddom.generated.d.ts3508 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/
Dlib.d.ts5175 isPointInPath(x: number, y: number, fillRule?: string): boolean; method