isPointInStroke 1177 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInStroke(const float x, const float y) isPointInStroke 1182 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::isPointInStroke(Path2D* domPath, const float x, const float y, ExceptionState& exceptionState) isPointInStroke 61 Source/core/svg/SVGGeometryElement.cpp bool SVGGeometryElement::isPointInStroke(PassRefPtr<SVGPointTearOff> point) const