HomeSort by relevance Sort by last modified time
    Searched full:svgtransformlist (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/WebCore/svg/
SVGTransformList.cpp 24 #include "SVGTransformList.h"
32 SVGTransformList::SVGTransformList(const QualifiedName& attributeName)
37 SVGTransformList::~SVGTransformList()
41 SVGTransform SVGTransformList::createSVGTransformFromMatrix(const AffineTransform& matrix) const
46 SVGTransform SVGTransformList::consolidate()
52 SVGTransform SVGTransformList::concatenate() const
66 String SVGTransformList::valueAsString() const
SVGTransformList.h 33 class SVGTransformList : public SVGPODList<SVGTransform> {
35 static PassRefPtr<SVGTransformList> create(const QualifiedName& attributeName) { return adoptRef(new SVGTransformList(attributeName)); }
36 virtual ~SVGTransformList();
47 SVGTransformList(const QualifiedName&);
SVGTransformable.h 27 #include "SVGTransformList.h"
46 static bool parseTransformAttribute(SVGTransformList*, const AtomicString& transform);
47 static bool parseTransformAttribute(SVGTransformList*, const UChar*& ptr, const UChar* end, TransformParsingMode mode = ClearList);
SVGViewSpec.h 33 class SVGTransformList;
45 SVGTransformList* transform() const { return m_transform.get(); }
64 mutable RefPtr<SVGTransformList> m_transform;
SVGAnimatedTransformList.idl 29 readonly attribute SVGTransformList baseVal;
30 readonly attribute SVGTransformList animVal;
SVGAnimateTransformElement.cpp 40 #include "SVGTransformList.h"
84 static PassRefPtr<SVGTransformList> transformListFor(SVGElement* element)
100 RefPtr<SVGTransformList> list = transformListFor(targetElement());
111 RefPtr<SVGTransformList> transformList = transformListFor(targetElement);
167 RefPtr<SVGTransformList> transformList = transformListFor(targetElement);
SVGAnimatedPropertyTraits.h 32 #include "SVGTransformList.h"
173 struct SVGAnimatedPropertyTraits<SVGTransformList*> : public Noncopyable {
174 typedef SVGTransformList* PassType;
175 typedef SVGTransformList* ReturnType;
176 typedef RefPtr<SVGTransformList> StoredType;
SVGStyledTransformableElement.cpp 32 #include "SVGTransformList.h"
39 , m_transform(SVGTransformList::create(SVGNames::transformAttr))
72 SVGTransformList* localTransforms = transformBaseValue();
SVGTextElement.cpp 33 #include "SVGTransformList.h"
40 , m_transform(SVGTransformList::create(SVGNames::transformAttr))
51 SVGTransformList* localTransforms = transformBaseValue();
SVGGradientElement.h 29 #include "SVGTransformList.h"
64 DECLARE_ANIMATED_PROPERTY(SVGGradientElement, SVGNames::gradientTransformAttr, SVGTransformList*, GradientTransform, gradientTransform)
SVGPatternElement.h 32 #include "SVGTransformList.h"
68 DECLARE_ANIMATED_PROPERTY(SVGPatternElement, SVGNames::patternTransformAttr, SVGTransformList*, PatternTransform, patternTransform)
SVGViewSpec.idl 30 readonly attribute SVGTransformList transform;
SVGAnimatedTemplate.h 35 class SVGTransformList;
170 typedef SVGAnimatedTemplate<SVGTransformList*> SVGAnimatedTransformList;
SVGStyledTransformableElement.h 61 DECLARE_ANIMATED_PROPERTY(SVGStyledTransformableElement, SVGNames::transformAttr, SVGTransformList*, Transform, transform)
SVGTextElement.h 55 DECLARE_ANIMATED_PROPERTY(SVGTextElement, SVGNames::transformAttr, SVGTransformList*, Transform, transform)
SVGTransformList.idl 29 interface [Conditional=SVG] SVGTransformList {
SVGGradientElement.cpp 34 #include "SVGTransformList.h"
45 , m_gradientTransform(SVGTransformList::create(SVGNames::gradientTransformAttr))
61 SVGTransformList* gradientTransforms = gradientTransformBaseValue();
SVGTransformable.cpp 34 #include "SVGTransformList.h"
190 bool SVGTransformable::parseTransformAttribute(SVGTransformList* list, const AtomicString& transform)
196 bool SVGTransformable::parseTransformAttribute(SVGTransformList* list, const UChar*& currTransform, const UChar* end, TransformParsingMode mode)
SVGViewSpec.cpp 29 #include "SVGTransformList.h"
38 , m_transform(SVGTransformList::create(SVGNames::transformAttr))
SVGPatternElement.cpp 40 #include "SVGTransformList.h"
64 , m_patternTransform(SVGTransformList::create(SVGNames::patternTransformAttr))
85 SVGTransformList* patternTransforms = patternTransformBaseValue();
SVGClipPathElement.cpp 31 #include "SVGTransformList.h"
SVGTextPathElement.cpp 32 #include "SVGTransformList.h"
SVGAllInOne.cpp 152 #include "SVGTransformList.cpp"
  /external/webkit/WebCore/rendering/
RenderSVGTextPath.cpp 34 #include "SVGTransformList.h"
RenderForeignObject.cpp 32 #include "SVGTransformList.h"

Completed in 245 milliseconds

1 2