Searched defs:previousCommand (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathStringSource.cpp114 SVGPathSegType SVGPathStringSource::nextCommand(SVGPathSegType previousCommand) argument
118 && previousCommand != PathSegClosePath) {
119 if (previousCommand == PathSegMoveToAbs)
121 if (previousCommand == PathSegMoveToRel)
123 return previousCommand;

Completed in 83 milliseconds