Home
last modified time | relevance | path

Searched refs:hitTestClipContent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.h71 bool hitTestClipContent(const FloatRect&, const FloatPoint&);
DRenderSVGResourceClipper.cpp325 bool RenderSVGResourceClipper::hitTestClipContent(const FloatRect& objectBoundingBox, const FloatPo… in hitTestClipContent() function in WebCore::RenderSVGResourceClipper
DSVGRenderSupport.cpp343 return clipper->hitTestClipContent(object->objectBoundingBox(), point); in pointInClippingArea()