webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SVGPathParser.h>
Static Public Member Functions | |
static bool | parse (SVGPathSource &, SVGPathConsumer &, PathParsingMode=NormalizedParsing, bool checkForInitialMoveTo=true) |
static bool | parseToByteStream (SVGPathSource &, SVGPathByteStream &, PathParsingMode=NormalizedParsing, bool checkForInitialMoveTo=true) |
static bool | parseToString (SVGPathSource &, String &result, PathParsingMode=NormalizedParsing, bool checkForInitialMoveTo=true) |
|
static |
|
static |
|
static |