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

  /external/webkit/WebCore/svg/
SVGLocatable.h 45 virtual AffineTransform getScreenCTM() const = 0;
54 static AffineTransform getScreenCTM(const SVGElement*);
SVGStyledLocatableElement.cpp 63 AffineTransform SVGStyledLocatableElement::getScreenCTM() const
65 return SVGLocatable::getScreenCTM(this);
SVGLocatable.idl 35 SVGMatrix getScreenCTM();
SVGStyledLocatableElement.h 45 virtual AffineTransform getScreenCTM() const;
SVGStyledTransformableElement.h 42 virtual AffineTransform getScreenCTM() const;
SVGTextElement.h 43 virtual AffineTransform getScreenCTM() const;
SVGTransformable.h 51 AffineTransform getScreenCTM(const SVGElement*) const;
SVGStyledTransformableElement.cpp 52 AffineTransform SVGStyledTransformableElement::getScreenCTM() const
54 return SVGTransformable::getScreenCTM(this);
SVGLocatable.cpp 102 AffineTransform SVGLocatable::getScreenCTM(const SVGElement* element)
111 AffineTransform parentCTM = static_cast<SVGStyledLocatableElement*>(parentElement)->getScreenCTM();
SVGTextElement.cpp 75 AffineTransform SVGTextElement::getScreenCTM() const
77 return SVGTransformable::getScreenCTM(this);
SVGSVGElement.h 119 virtual AffineTransform getScreenCTM() const;
SVGTransformable.cpp 52 AffineTransform SVGTransformable::getScreenCTM(const SVGElement* element) const
54 AffineTransform ctm = SVGLocatable::getScreenCTM(element);
SVGSVGElement.cpp 451 AffineTransform SVGSVGElement::getScreenCTM() const
467 AffineTransform mat = SVGStyledLocatableElement::getScreenCTM();

Completed in 73 milliseconds