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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathParser.cpp284 bool SVGPathParser::parsePathDataFromSource(PathParsingMode pathParsingMode, bool checkForInitialMoveTo) argument
305 if (checkForInitialMoveTo && command != PathSegMoveToAbs && command != PathSegMoveToRel)

Completed in 388 milliseconds