isPointInPath 1143 Source/core/html/canvas/CanvasRenderingContext2D.cpp return isPointInPath(domPath, x, y, "nonzero", exceptionState); isPointInPath 163 Source/core/html/canvas/CanvasRenderingContext2D.h bool isPointInPath(const float x, const float y, const String& winding = "nonzero"); isPointInPath 164 Source/core/html/canvas/CanvasRenderingContext2D.h bool isPointInPath(Path2D*, const float x, const float y, ExceptionState&); isPointInPath 165 Source/core/html/canvas/CanvasRenderingContext2D.h bool isPointInPath(Path2D*, const float x, const float y, const String& winding, ExceptionState&);