Searched refs:SVGPathSegListSource (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegListSource.h33 class SVGPathSegListSource : public SVGPathSource { class in namespace:WebCore
35 static PassOwnPtr<SVGPathSegListSource> create(const SVGPathSegList& pathSegList)
37 return adoptPtr(new SVGPathSegListSource(pathSegList));
41 SVGPathSegListSource(const SVGPathSegList&);
H A DSVGPathSegListSource.cpp23 #include "SVGPathSegListSource.h"
34 SVGPathSegListSource::SVGPathSegListSource(const SVGPathSegList& pathSegList) function in class:WebCore::SVGPathSegListSource
41 bool SVGPathSegListSource::hasMoreData() const
46 bool SVGPathSegListSource::parseSVGSegmentType(SVGPathSegType& pathSegType)
54 SVGPathSegType SVGPathSegListSource::nextCommand(SVGPathSegType)
62 bool SVGPathSegListSource::parseMoveToSegment(FloatPoint& targetPoint)
71 bool SVGPathSegListSource::parseLineToSegment(FloatPoint& targetPoint)
80 bool SVGPathSegListSource::parseLineToHorizontalSegment(float& x)
89 bool SVGPathSegListSource
[all...]
H A DSVGPathParserFactory.cpp33 #include "SVGPathSegListSource.h"
151 OwnPtr<SVGPathSegListSource> source = SVGPathSegListSource::create(list);
212 OwnPtr<SVGPathSegListSource> source = SVGPathSegListSource::create(list);
/external/webkit/Source/WebCore/
H A DAndroid.mk1153 svg/SVGPathSegListSource.cpp \

Completed in 202 milliseconds