Searched refs:hitTestClipContent (Results 1 – 3 of 3) sorted by relevance
71 bool hitTestClipContent(const FloatRect&, const FloatPoint&);
325 bool RenderSVGResourceClipper::hitTestClipContent(const FloatRect& objectBoundingBox, const FloatPo… in hitTestClipContent() function in WebCore::RenderSVGResourceClipper
343 return clipper->hitTestClipContent(object->objectBoundingBox(), point); in pointInClippingArea()