HomeSort by relevance Sort by last modified time
    Searched refs:animatedLocalTransform (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextElement.h 34 virtual AffineTransform animatedLocalTransform() const OVERRIDE;
SVGTextElement.cpp 37 // We override SVGGraphics::animatedLocalTransform() so that the transform-origin
39 AffineTransform SVGTextElement::animatedLocalTransform() const
SVGGraphicsElement.h 53 virtual AffineTransform localCoordinateSpaceTransform(SVGElement::CTMScope) const OVERRIDE { return animatedLocalTransform(); }
54 virtual AffineTransform animatedLocalTransform() const;
SVGGraphicsElement.cpp 124 AffineTransform SVGGraphicsElement::animatedLocalTransform() const
259 path.transform(animatedLocalTransform());
SVGUseElement.cpp 438 path.transform(animatedLocalTransform());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 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()
    [all...]
RenderSVGTextPath.cpp 68 pathData.transform(pathElement.animatedLocalTransform());
RenderSVGTransformableContainer.cpp 103 m_localTransform = element->animatedLocalTransform();
RenderSVGForeignObject.cpp 87 m_localTransform = foreign->animatedLocalTransform();
RenderSVGImage.cpp 125 m_localTransform = toSVGImageElement(element())->animatedLocalTransform();
RenderSVGShape.cpp 147 m_localTransform = toSVGGraphicsElement(element())->animatedLocalTransform();
RenderSVGText.cpp 331 m_localTransform = toSVGTextElement(node())->animatedLocalTransform();

Completed in 557 milliseconds