Home | History | Annotate | Download | only in svg

Lines Matching refs:SVGPathTraversalStateBuilder

26 #include "core/svg/SVGPathTraversalStateBuilder.h"
30 SVGPathTraversalStateBuilder::SVGPathTraversalStateBuilder()
35 void SVGPathTraversalStateBuilder::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode)
41 void SVGPathTraversalStateBuilder::lineTo(const FloatPoint& targetPoint, PathCoordinateMode)
47 void SVGPathTraversalStateBuilder::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode)
53 void SVGPathTraversalStateBuilder::closePath()
59 void SVGPathTraversalStateBuilder::setDesiredLength(float desiredLength)
65 bool SVGPathTraversalStateBuilder::continueConsuming()
72 void SVGPathTraversalStateBuilder::incrementPathSegmentCount()
78 unsigned SVGPathTraversalStateBuilder::pathSegmentIndex()
84 float SVGPathTraversalStateBuilder::totalLength()
90 SVGPoint SVGPathTraversalStateBuilder::currentPoint()