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

/external/webkit/Source/WebCore/svg/
H A DSVGPathStringSource.h31 class SVGPathStringSource : public SVGPathSource { class in namespace:WebCore
33 static PassOwnPtr<SVGPathStringSource> create(const String& string)
35 return adoptPtr(new SVGPathStringSource(string));
39 SVGPathStringSource(const String&);
H A DSVGPathStringSource.cpp23 #include "SVGPathStringSource.h"
29 SVGPathStringSource::SVGPathStringSource(const String& string) function in class:WebCore::SVGPathStringSource
37 bool SVGPathStringSource::hasMoreData() const
42 bool SVGPathStringSource::moveToNextToken()
47 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType)
114 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand)
130 bool SVGPathStringSource::parseMoveToSegment(FloatPoint& targetPoint)
140 bool SVGPathStringSource::parseLineToSegment(FloatPoint& targetPoint)
150 bool SVGPathStringSource
[all...]

Completed in 647 milliseconds