Searched defs:animatedLocalTransform (Results 1 – 3 of 3) sorted by relevance
44 AffineTransform SVGTextElement::animatedLocalTransform() const in animatedLocalTransform() function in WebCore::SVGTextElement
102 AffineTransform SVGGraphicsElement::animatedLocalTransform() const in animatedLocalTransform() function in WebCore::SVGGraphicsElement
85 const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) { in tryPathOnlyClipping()160 …AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform(); in applyClippingToContext() local