Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGPathParser

25 #include "core/svg/SVGPathParser.h"
35 SVGPathParser::SVGPathParser()
40 void SVGPathParser::parseClosePathSegment()
49 bool SVGPathParser::parseMoveToSegment()
68 bool SVGPathParser::parseLineToSegment()
85 bool SVGPathParser::parseLineToHorizontalSegment()
102 bool SVGPathParser::parseLineToVerticalSegment()
119 bool SVGPathParser::parseCurveToCubicSegment()
142 bool SVGPathParser::parseCurveToCubicSmoothSegment()
173 bool SVGPathParser::parseCurveToQuadraticSegment()
203 bool SVGPathParser::parseCurveToQuadraticSmoothSegment()
237 bool SVGPathParser::parseArcToSegment()
284 bool SVGPathParser::parsePathDataFromSource(PathParsingMode pathParsingMode, bool checkForInitialMoveTo)
399 void SVGPathParser::cleanup()
412 bool SVGPathParser::decomposeArcToCubic(float angle, float rx, float ry, FloatPoint& point1, FloatPoint& point2, bool largeArcFlag, bool sweepFlag)