Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
impeller::PathBuilder Member List

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 &center, Scalar radius)impeller::PathBuilder
AddCubicCurve(Point p1, Point cp1, Point cp2, 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(Point p1, Point cp, Point p2)impeller::PathBuilder
AddRect(Rect rect)impeller::PathBuilder
AddRoundedRect(Rect rect, RoundingRadii radii)impeller::PathBuilder
AddRoundedRect(Rect rect, Size radii)impeller::PathBuilder
AddRoundedRect(Rect rect, Scalar radius)impeller::PathBuilder
Close()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
kArcApproximationMagicimpeller::PathBuilderstatic
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