Searched defs:SVGTransformable (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGTransformable.h36 class SVGTransformable : virtual public SVGLocatable { class in namespace:WebCore
38 SVGTransformable();
39 virtual ~SVGTransformable();
H A DSVGTransformable.cpp27 #include "SVGTransformable.h"
38 SVGTransformable::SVGTransformable() : SVGLocatable() function in class:WebCore::SVGTransformable
42 SVGTransformable::~SVGTransformable()
46 AffineTransform SVGTransformable::getCTM(const SVGElement* element) const
52 AffineTransform SVGTransformable::getScreenCTM(const SVGElement* element) const
114 bool SVGTransformable::parseTransformValue(unsigned type, const UChar*& ptr, const UChar* end, SVGTransform& t)
190 bool SVGTransformable::parseTransformAttribute(SVGTransformList* list, const AtomicString& transform)
196 bool SVGTransformable
[all...]

Completed in 304 milliseconds