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

  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamSource.h 31 class SVGPathByteStreamSource : public SVGPathSource {
33 static PassOwnPtr<SVGPathByteStreamSource> create(SVGPathByteStream* stream)
35 return adoptPtr(new SVGPathByteStreamSource(stream));
39 SVGPathByteStreamSource(SVGPathByteStream*);
SVGPathByteStreamSource.cpp 23 #include "SVGPathByteStreamSource.h"
27 SVGPathByteStreamSource::SVGPathByteStreamSource(SVGPathByteStream* stream)
35 bool SVGPathByteStreamSource::hasMoreData() const
40 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType)
46 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType)
51 bool SVGPathByteStreamSource::parseMoveToSegment(FloatPoint& targetPoint)
57 bool SVGPathByteStreamSource::parseLineToSegment(FloatPoint& targetPoint)
63 bool SVGPathByteStreamSource::parseLineToHorizontalSegment(float& x)
69 bool SVGPathByteStreamSource::parseLineToVerticalSegment(float& y
    [all...]

Completed in 33 milliseconds