Home | History | Annotate | Download | only in svg

Lines Matching defs:SVGGraphicsElement

24 #include "core/svg/SVGGraphicsElement.h"
34 SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
42 SVGGraphicsElement::~SVGGraphicsElement()
46 PassRefPtr<SVGMatrixTearOff> SVGGraphicsElement::getTransformToElement(SVGElement* target, ExceptionState& exceptionState)
70 AffineTransform SVGGraphicsElement::computeCTM(SVGElement::CTMScope mode,
71 SVGGraphicsElement::StyleUpdateStrategy styleUpdateStrategy, const SVGGraphicsElement* ancestor) const
104 AffineTransform SVGGraphicsElement::getCTM(StyleUpdateStrategy styleUpdateStrategy)
109 AffineTransform SVGGraphicsElement::getScreenCTM(StyleUpdateStrategy styleUpdateStrategy)
114 PassRefPtr<SVGMatrixTearOff> SVGGraphicsElement::getCTMFromJavascript()
119 PassRefPtr<SVGMatrixTearOff> SVGGraphicsElement::getScreenCTMFromJavascript()
124 AffineTransform SVGGraphicsElement::animatedLocalTransform() const
163 AffineTransform* SVGGraphicsElement::supplementalTransform()
170 bool SVGGraphicsElement::isSupportedAttribute(const QualifiedName& attrName)
180 void SVGGraphicsElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
185 void SVGGraphicsElement::svgAttributeChanged(const QualifiedName& attrName)
213 SVGElement* SVGGraphicsElement::nearestViewportElement() const
223 SVGElement* SVGGraphicsElement::farthestViewportElement() const
233 FloatRect SVGGraphicsElement::getBBox()
244 PassRefPtr<SVGRectTearOff> SVGGraphicsElement::getBBoxFromJavascript()
249 RenderObject* SVGGraphicsElement::createRenderer(RenderStyle*)
255 void SVGGraphicsElement::toClipPath(Path& path)