Searched defs:animatedLocalTransform (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTextElement.cpp37 // We override SVGGraphics::animatedLocalTransform() so that the transform-origin
39 AffineTransform SVGTextElement::animatedLocalTransform() const function in class:blink::SVGTextElement
H A DSVGGraphicsElement.cpp124 AffineTransform SVGGraphicsElement::animatedLocalTransform() const function in class:blink::SVGGraphicsElement
259 path.transform(animatedLocalTransform());
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceClipper.cpp87 const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) {
139 // Transform path by animatedLocalTransform.
140 clipPath.transform(animatedLocalTransform);
161 AffineTransform animatedLocalTransform = toSVGClipPathElement(element())->animatedLocalTransform(); local
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 local
86 tryPathOnlyClipping(GraphicsContext* context, const AffineTransform& animatedLocalTransform, const FloatRect& objectBoundingBox) argument
[all...]

Completed in 269 milliseconds