HomeSort by relevance Sort by last modified time
    Searched defs:SVGStyledTransformableElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGStyledTransformableElement.h 34 class SVGStyledTransformableElement : public SVGStyledLocatableElement,
37 virtual ~SVGStyledTransformableElement();
58 SVGStyledTransformableElement(const QualifiedName&, Document*);
SVGStyledTransformableElement.cpp 24 #include "SVGStyledTransformableElement.h"
35 DEFINE_ANIMATED_TRANSFORM_LIST(SVGStyledTransformableElement, SVGNames::transformAttr, Transform, transform)
37 SVGStyledTransformableElement::SVGStyledTransformableElement(const QualifiedName& tagName, Document* document)
42 SVGStyledTransformableElement::~SVGStyledTransformableElement()
46 AffineTransform SVGStyledTransformableElement::getCTM(StyleUpdateStrategy styleUpdateStrategy) const
51 AffineTransform SVGStyledTransformableElement::getScreenCTM(StyleUpdateStrategy styleUpdateStrategy) const
56 AffineTransform SVGStyledTransformableElement::animatedLocalTransform() const
65 AffineTransform* SVGStyledTransformableElement::supplementalTransform(
    [all...]

Completed in 26 milliseconds