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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1110 bool CanvasRenderingContext2D::isPointInPath(const float x, const float y, const String& windingRuleString) function in class:WebCore::CanvasRenderingContext2D
1115 bool CanvasRenderingContext2D::isPointInPath(Path2D* domPath, const float x, const float y, const String& windingRuleString) function in class:WebCore::CanvasRenderingContext2D

Completed in 74 milliseconds