webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | List of all members
WebCore::SVGPathParser Class Reference

#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)
 

Member Function Documentation

◆ parse()

bool WebCore::SVGPathParser::parse ( SVGPathSource source,
SVGPathConsumer consumer,
PathParsingMode  mode = NormalizedParsing,
bool  checkForInitialMoveTo = true 
)
static

◆ parseToByteStream()

bool WebCore::SVGPathParser::parseToByteStream ( SVGPathSource source,
SVGPathByteStream byteStream,
PathParsingMode  mode = NormalizedParsing,
bool  checkForInitialMoveTo = true 
)
static

◆ parseToString()

bool WebCore::SVGPathParser::parseToString ( SVGPathSource source,
String result,
PathParsingMode  mode = NormalizedParsing,
bool  checkForInitialMoveTo = true 
)
static

The documentation for this class was generated from the following files: