Searched refs:isPointInStroke (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.idl84 boolean isPointInStroke(float x, float y);
H A DCanvasRenderingContext2D.h149 bool isPointInStroke(const float x, const float y);
H A DCanvasRenderingContext2D.cpp971 bool CanvasRenderingContext2D::isPointInStroke(const float x, const float y) function in class:WebCore::CanvasRenderingContext2D

Completed in 55 milliseconds