Searched refs:animatedLocalTransform (Results 1 – 12 of 12) sorted by relevance
85 const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) { in tryPathOnlyClipping() argument138 clipPath.transform(animatedLocalTransform); in tryPathOnlyClipping()160 …AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform(); in applyClippingToContext() local167 animatedLocalTransform.scale(style()->effectiveZoom()); in applyClippingToContext()171 if (tryPathOnlyClipping(context, animatedLocalTransform, targetBoundingBox)) { in applyClippingToContext()183 context->concatCTM(animatedLocalTransform); in applyClippingToContext()322 …m_clipBoundaries = toSVGClipPathElement(element())->animatedLocalTransform().mapRect(m_clipBoundar… in calculateClipContentRepaintRect()339 point = clipPathElement->animatedLocalTransform().inverse().mapPoint(point); in hitTestClipContent()
53 pathData.transform(pathElement->animatedLocalTransform()); in layoutPath()
68 m_localTransform = element->animatedLocalTransform(); in calculateLocalTransform()
132 m_localTransform = foreign->animatedLocalTransform(); in layout()
102 m_localTransform = toSVGImageElement(element())->animatedLocalTransform(); in layout()
157 m_localTransform = toSVGGraphicsElement(element())->animatedLocalTransform(); in layout()
352 m_localTransform = toSVGTextElement(node())->animatedLocalTransform(); in layout()
45 …lCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE { return animatedLocalTransform(); } in localCoordinateSpaceTransform()46 virtual AffineTransform animatedLocalTransform() const;
33 virtual AffineTransform animatedLocalTransform() const;
102 AffineTransform SVGGraphicsElement::animatedLocalTransform() const in animatedLocalTransform() function in WebCore::SVGGraphicsElement258 path.transform(animatedLocalTransform()); in toClipPath()
44 AffineTransform SVGTextElement::animatedLocalTransform() const in animatedLocalTransform() function in WebCore::SVGTextElement
558 path.transform(animatedLocalTransform()); in toClipPath()