Home
last modified time | relevance | path

Searched refs:SVGPathSegType (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathByteStreamSource.cpp40 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
42 pathSegType = static_cast<SVGPathSegType>(readSVGSegmentType()); in parseSVGSegmentType()
46 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType) in nextCommand() argument
48 return static_cast<SVGPathSegType>(readSVGSegmentType()); in nextCommand()
DSVGPathSegListSource.cpp46 bool SVGPathSegListSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
49 pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in parseSVGSegmentType()
54 SVGPathSegType SVGPathSegListSource::nextCommand(SVGPathSegType) in nextCommand() argument
57 SVGPathSegType pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType()); in nextCommand()
DSVGPathSource.h36 virtual bool parseSVGSegmentType(SVGPathSegType&) = 0;
37 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand) = 0;
DSVGPathSegListSource.h45 virtual bool parseSVGSegmentType(SVGPathSegType&);
46 virtual SVGPathSegType nextCommand(SVGPathSegType);
DSVGPathStringSource.h43 virtual bool parseSVGSegmentType(SVGPathSegType&);
44 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand);
DSVGPathByteStreamSource.h43 virtual bool parseSVGSegmentType(SVGPathSegType&);
44 virtual SVGPathSegType nextCommand(SVGPathSegType);
DSVGPathStringSource.cpp47 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType) in parseSVGSegmentType()
114 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand) in nextCommand()
125 SVGPathSegType nextCommand; in nextCommand()
DSVGPathBlender.cpp250 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()
DSVGPathParser.h63 SVGPathSegType m_lastCommand;
DSVGPathSeg.h29 enum SVGPathSegType { enum
DSVGPathParser.cpp292 SVGPathSegType command; in parsePathDataFromSource()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0683922 Moved the SVGPathSegType enum from SVGPathSeg class in WebCore namespace, for