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

  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamSource.cpp 46 SVGPathSegType SVGPathByteStreamSource::nextCommand(SVGPathSegType)
SVGPathSegListSource.cpp 54 SVGPathSegType SVGPathSegListSource::nextCommand(SVGPathSegType)
SVGPathStringSource.cpp 114 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand)
125 SVGPathSegType nextCommand;
126 parseSVGSegmentType(nextCommand);
127 return nextCommand;

Completed in 26 milliseconds