Searched refs:SVGPathStringSource (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/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.cpp24 #include "SVGPathStringSource.h"
31 SVGPathStringSource::SVGPathStringSource(const String& string) function in class:WebCore::SVGPathStringSource
46 bool SVGPathStringSource::hasMoreData() const
53 bool SVGPathStringSource::moveToNextToken()
128 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType)
156 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand)
171 bool SVGPathStringSource::parseMoveToSegment(FloatPoint& targetPoint)
178 bool SVGPathStringSource::parseLineToSegment(FloatPoint& targetPoint)
185 bool SVGPathStringSource
[all...]
H A DSVGPathUtilities.cpp36 #include "SVGPathStringSource.h"
120 OwnPtr<SVGPathStringSource> source = SVGPathStringSource::create(d);
236 OwnPtr<SVGPathStringSource> source = SVGPathStringSource::create(d);

Completed in 206 milliseconds