Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGElement

52 SVGElement* SVGLocatable::nearestViewportElement(const SVGElement* element)
57 return static_cast<SVGElement*>(n);
63 SVGElement* SVGLocatable::farthestViewportElement(const SVGElement* element)
66 SVGElement* farthest = 0;
69 farthest = static_cast<SVGElement*>(n);
74 FloatRect SVGLocatable::getBBox(const SVGElement* element)
85 AffineTransform SVGLocatable::getCTM(const SVGElement* element)
92 SVGElement* parentElement = static_cast<SVGElement*>(parent);
102 AffineTransform SVGLocatable::getScreenCTM(const SVGElement* element)
109 SVGElement* parentElement = static_cast<SVGElement*>(parent);
119 AffineTransform SVGLocatable::getTransformToElement(SVGElement* target, ExceptionCode& ec) const