Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextElement.cpp44 AffineTransform SVGTextElement::animatedLocalTransform() const in animatedLocalTransform() function in WebCore::SVGTextElement
DSVGGraphicsElement.cpp102 AffineTransform SVGGraphicsElement::animatedLocalTransform() const in animatedLocalTransform() function in WebCore::SVGGraphicsElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp85 const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) { in tryPathOnlyClipping()
160 …AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform(); in applyClippingToContext() local