Home
last modified time | relevance | path

Searched defs:animatedLocalTransform (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp87 const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) { in tryPathOnlyClipping()
161 …AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform(); in applyClippingToContext() local
339 …AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform(); in hitTestClipContent() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGraphicsElement.cpp124 AffineTransform SVGGraphicsElement::animatedLocalTransform() const in animatedLocalTransform() function in blink::SVGGraphicsElement