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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextElement.cpp 45 // We override SVGGraphics::animatedLocalTransform() so that the transform-origin
47 AffineTransform SVGTextElement::animatedLocalTransform() const
SVGGraphicsElement.cpp 63 AffineTransform SVGGraphicsElement::animatedLocalTransform() const
173 path.transform(animatedLocalTransform());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
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);

Completed in 100 milliseconds