This is the complete list of members for impeller::PathBuilder, including all inherited members.
| AddArc(const Rect &oval_bounds, Radians start, Radians sweep, bool use_center=false) | impeller::PathBuilder | |
| AddCircle(const Point ¢er, Scalar radius) | impeller::PathBuilder | |
| AddConicCurve(const Point &p1, const Point &cp, const Point &p2, Scalar weight) | impeller::PathBuilder | |
| AddCubicCurve(const Point &p1, const Point &cp1, const Point &cp2, const Point &p2) | impeller::PathBuilder | |
| AddLine(const Point &p1, const Point &p2) | impeller::PathBuilder | |
| AddOval(const Rect &rect) | impeller::PathBuilder | |
| AddPath(const Path &path) | impeller::PathBuilder | |
| AddQuadraticCurve(const Point &p1, const Point &cp, const Point &p2) | impeller::PathBuilder | |
| AddRect(const Rect &rect) | impeller::PathBuilder | |
| AddRoundRect(RoundRect rect) | impeller::PathBuilder | |
| AddRoundSuperellipse(RoundSuperellipse rse) | impeller::PathBuilder | |
| Close() | impeller::PathBuilder | |
| ConicCurveTo(Point controlPoint, Point point, Scalar weight, bool relative=false) | impeller::PathBuilder | |
| CopyPath(FillType fill=FillType::kNonZero) | impeller::PathBuilder | |
| CubicCurveTo(Point controlPoint1, Point controlPoint2, Point point, bool relative=false) | impeller::PathBuilder | |
| HorizontalLineTo(Scalar x, bool relative=false) | impeller::PathBuilder | |
| kArcApproximationMagic | impeller::PathBuilder | static |
| LineTo(Point point, bool relative=false) | impeller::PathBuilder | |
| MoveTo(Point point, bool relative=false) | impeller::PathBuilder | |
| PathBuilder() | impeller::PathBuilder | |
| QuadraticCurveTo(Point controlPoint, Point point, bool relative=false) | impeller::PathBuilder | |
| Reserve(size_t point_size, size_t verb_size) | impeller::PathBuilder | |
| SetBounds(Rect bounds) | impeller::PathBuilder | |
| SetConvexity(Convexity value) | impeller::PathBuilder | |
| Shift(Point offset) | impeller::PathBuilder | |
| TakePath(FillType fill=FillType::kNonZero) | impeller::PathBuilder | |
| VerticalLineTo(Scalar y, bool relative=false) | impeller::PathBuilder | |
| ~PathBuilder() | impeller::PathBuilder |