Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp331 SVGClipPathElement* clipPathElement = toSVGClipPathElement(element()); in hitTestClipContent() local
332 …if (clipPathElement->clipPathUnitsCurrentValue() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX)… in hitTestClipContent()
339 point = clipPathElement->animatedLocalTransform().inverse().mapPoint(point); in hitTestClipContent()