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

  /external/webkit/WebCore/svg/
SVGPathSegList.h 34 class SVGPathSegList : public SVGList<RefPtr<SVGPathSeg> > {
36 static PassRefPtr<SVGPathSegList> create(const QualifiedName& attributeName) { return adoptRef(new SVGPathSegList(attributeName)); }
37 virtual ~SVGPathSegList();
42 static PassRefPtr<SVGPathSegList> createAnimated(const SVGPathSegList* fromList, const SVGPathSegList* toList, float progress);
45 SVGPathSegList(const QualifiedName&);
SVGPathSegList.cpp 27 #include "SVGPathSegList.h"
45 SVGPathSegList::SVGPathSegList(const QualifiedName& attributeName)
50 SVGPathSegList::~SVGPathSegList()
54 unsigned SVGPathSegList::getPathSegAtLength(double, ExceptionCode& ec)
104 Path SVGPathSegList::toPathData()
182 PassRefPtr<SVGPathSegList> SVGPathSegList::createAnimated(const SVGPathSegList* fromList, const SVGPathSegList* toList, float progress
    [all...]

Completed in 813 milliseconds