Home
last modified time | relevance | path

Searched refs:animatedLocalTransform (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGResourceClipper.cpp85 const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) { in tryPathOnlyClipping() argument
138 clipPath.transform(animatedLocalTransform); in tryPathOnlyClipping()
160 …AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform(); in applyClippingToContext() local
167 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()
DRenderSVGTextPath.cpp53 pathData.transform(pathElement->animatedLocalTransform()); in layoutPath()
DRenderSVGTransformableContainer.cpp68 m_localTransform = element->animatedLocalTransform(); in calculateLocalTransform()
DRenderSVGForeignObject.cpp132 m_localTransform = foreign->animatedLocalTransform(); in layout()
DRenderSVGImage.cpp102 m_localTransform = toSVGImageElement(element())->animatedLocalTransform(); in layout()
DRenderSVGShape.cpp157 m_localTransform = toSVGGraphicsElement(element())->animatedLocalTransform(); in layout()
DRenderSVGText.cpp352 m_localTransform = toSVGTextElement(node())->animatedLocalTransform(); in layout()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGGraphicsElement.h45 …lCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE { return animatedLocalTransform(); } in localCoordinateSpaceTransform()
46 virtual AffineTransform animatedLocalTransform() const;
DSVGTextElement.h33 virtual AffineTransform animatedLocalTransform() const;
DSVGGraphicsElement.cpp102 AffineTransform SVGGraphicsElement::animatedLocalTransform() const in animatedLocalTransform() function in WebCore::SVGGraphicsElement
258 path.transform(animatedLocalTransform()); in toClipPath()
DSVGTextElement.cpp44 AffineTransform SVGTextElement::animatedLocalTransform() const in animatedLocalTransform() function in WebCore::SVGTextElement
DSVGUseElement.cpp558 path.transform(animatedLocalTransform()); in toClipPath()