Home | History | Annotate | Download | only in svg

Lines Matching defs:animatedLocalTransform

87     const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) {
139 // Transform path by animatedLocalTransform.
140 clipPath.transform(animatedLocalTransform);
161 AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform();
167 animatedLocalTransform.scale(style()->effectiveZoom());
171 if (tryPathOnlyClipping(context, animatedLocalTransform, targetBoundingBox)) {
183 context->concatCTM(animatedLocalTransform);
323 m_clipBoundaries = toSVGClipPathElement(element())->animatedLocalTransform().mapRect(m_clipBoundaries);
339 AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform();
340 if (!animatedLocalTransform.isInvertible())
343 point = animatedLocalTransform.inverse().mapPoint(point);