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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextElement.cpp 56 const AffineTransform* transform = const_cast<SVGTextElement*>(this)->supplementalTransform();
SVGAnimateMotionElement.cpp 175 if (AffineTransform* transform = targetElement->supplementalTransform())
184 AffineTransform* transform = targetElement->supplementalTransform();
228 AffineTransform* transform = targetElement->supplementalTransform();
288 AffineTransform* t = targetElement->supplementalTransform();
298 AffineTransform* transform = shadowTreeElement->supplementalTransform();
SVGGraphicsElement.h 55 virtual AffineTransform* supplementalTransform() OVERRIDE;
SVGElement.h 106 virtual AffineTransform* supplementalTransform() { return 0; }
SVGGraphicsElement.cpp 163 AffineTransform* SVGGraphicsElement::supplementalTransform()

Completed in 78 milliseconds