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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextElement.h 32 virtual AffineTransform animatedLocalTransform() const;
SVGTransformable.h 50 virtual AffineTransform localCoordinateSpaceTransform(SVGLocatable::CTMScope) const { return animatedLocalTransform(); }
51 virtual AffineTransform animatedLocalTransform() const = 0;
SVGGraphicsElement.cpp 63 AffineTransform SVGGraphicsElement::animatedLocalTransform() const
173 path.transform(animatedLocalTransform());
SVGGraphicsElement.h 44 virtual AffineTransform animatedLocalTransform() const;
SVGTextElement.cpp 45 // We override SVGGraphics::animatedLocalTransform() so that the transform-origin
47 AffineTransform SVGTextElement::animatedLocalTransform() const
SVGUseElement.cpp 557 path.transform(animatedLocalTransform());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.cpp 53 pathData.transform(pathElement->animatedLocalTransform());
RenderSVGTransformableContainer.cpp 68 m_localTransform = element->animatedLocalTransform();
RenderSVGResourceClipper.cpp 84 bool RenderSVGResourceClipper::pathOnlyClipping(GraphicsContext* context, const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox)
137 // Transform path by animatedLocalTransform.
138 clipPath.transform(animatedLocalTransform);
155 AffineTransform animatedLocalTransform = static_cast<SVGClipPathElement*>(node())->animatedLocalTransform();
158 if (pathOnlyClipping(context, animatedLocalTransform, objectBoundingBox))
173 maskContext->concatCTM(animatedLocalTransform);
280 m_clipBoundaries = static_cast<SVGClipPathElement*>(node())->animatedLocalTransform().mapRect(m_clipBoundaries);
297 point = clipPathElement->animatedLocalTransform().inverse().mapPoint(point);
RenderSVGForeignObject.cpp 131 m_localTransform = foreign->animatedLocalTransform();
RenderSVGImage.cpp 100 m_localTransform = toSVGImageElement(node())->animatedLocalTransform();
RenderSVGShape.cpp 157 m_localTransform = element->animatedLocalTransform();
RenderSVGText.cpp 355 m_localTransform = text->animatedLocalTransform();

Completed in 529 milliseconds