Searched refs:SVGPathSegType (Results 1 – 12 of 12) sorted by relevance
40 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()42 pathSegType = static_cast<SVGPathSegType>(readSVGSegmentType()); in parseSVGSegmentType()46 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType) in nextCommand() argument48 return static_cast<SVGPathSegType>(readSVGSegmentType()); in nextCommand()
46 bool SVGPathSegListSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()49 pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in parseSVGSegmentType()54 SVGPathSegType SVGPathSegListSource::nextCommand(SVGPathSegType) in nextCommand() argument57 SVGPathSegType pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in nextCommand()
36 virtual bool parseSVGSegmentType(SVGPathSegType&) = 0;37 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand) = 0;
45 virtual bool parseSVGSegmentType(SVGPathSegType&);46 virtual SVGPathSegType nextCommand(SVGPathSegType);
43 virtual bool parseSVGSegmentType(SVGPathSegType&);44 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand);
43 virtual bool parseSVGSegmentType(SVGPathSegType&);44 virtual SVGPathSegType nextCommand(SVGPathSegType);
47 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()114 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand) in nextCommand()125 SVGPathSegType nextCommand; in nextCommand()
250 static inline PathCoordinateMode coordinateModeOfCommand(const SVGPathSegType& type) in coordinateModeOfCommand()262 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, con… in isSegmentEqual()288 SVGPathSegType fromCommand; in blendAnimatedPath()289 SVGPathSegType toCommand; in blendAnimatedPath()
63 SVGPathSegType m_lastCommand;
29 enum SVGPathSegType { enum
292 SVGPathSegType command; in parsePathDataFromSource()
83922 Moved the SVGPathSegType enum from SVGPathSeg class in WebCore namespace, for