HomeSort by relevance Sort by last modified time
    Searched refs:SVGPathSegType (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSource.h 37 virtual bool parseSVGSegmentType(SVGPathSegType&) = 0;
38 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand) = 0;
SVGPathSegListSource.h 44 virtual bool parseSVGSegmentType(SVGPathSegType&);
45 virtual SVGPathSegType nextCommand(SVGPathSegType);
SVGPathStringSource.h 42 virtual bool parseSVGSegmentType(SVGPathSegType&);
43 virtual SVGPathSegType nextCommand(SVGPathSegType previousCommand);
SVGPathByteStreamSource.cpp 38 bool SVGPathByteStreamSource::parseSVGSegmentType(SVGPathSegType& pathSegType)
40 pathSegType = static_cast<SVGPathSegType>(readSVGSegmentType());
44 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType)
46 return static_cast<SVGPathSegType>(readSVGSegmentType());
SVGPathByteStreamSource.h 42 virtual bool parseSVGSegmentType(SVGPathSegType&);
43 virtual SVGPathSegType nextCommand(SVGPathSegType);
SVGPathSegListSource.cpp 45 bool SVGPathSegListSource::parseSVGSegmentType(SVGPathSegType& pathSegType)
48 pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType());
53 SVGPathSegType SVGPathSegListSource::nextCommand(SVGPathSegType)
56 SVGPathSegType pathSegType = static_cast<SVGPathSegType>(m_segment->pathSegType());
SVGPathParser.h 63 SVGPathSegType m_lastCommand;
SVGPathStringSource.cpp 60 static bool parseSVGSegmentTypeHelper(const CharacterType*& current, SVGPathSegType& pathSegType)
127 bool SVGPathStringSource::parseSVGSegmentType(SVGPathSegType& pathSegType)
135 static bool nextCommandHelper(const CharacterType*& current, SVGPathSegType previousCommand, SVGPathSegType& nextCommand)
155 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand)
157 SVGPathSegType nextCommand;
SVGPathSeg.h 30 enum SVGPathSegType {
SVGPathBlender.cpp 273 static inline PathCoordinateMode coordinateModeOfCommand(const SVGPathSegType& type)
285 static inline bool isSegmentEqual(const SVGPathSegType& fromType, const SVGPathSegType& toType, const PathCoordinateMode& fromMode, const PathCoordinateMode& toMode)
318 SVGPathSegType fromCommand;
319 SVGPathSegType toCommand;
SVGPathParser.cpp 300 SVGPathSegType command;

Completed in 190 milliseconds