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 37 // We override SVGGraphics::animatedLocalTransform() so that the transform-origin
39 AffineTransform SVGTextElement::animatedLocalTransform() const
SVGGraphicsElement.cpp 124 AffineTransform SVGGraphicsElement::animatedLocalTransform() const
259 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...]

Completed in 280 milliseconds