Flutter Engine
The Flutter Engine
|
This is the complete list of members for impeller::Path, including all inherited members.
Applier typedef | impeller::Path | |
ComponentType enum name | impeller::Path | |
CreatePolyline(Scalar scale, Polyline::PointBufferPtr point_buffer=std::make_unique< std::vector< Point > >(), Polyline::ReclaimPointBufferCallback reclaim=nullptr) const | impeller::Path | |
EnumerateComponents(const Applier< LinearPathComponent > &linear_applier, const Applier< QuadraticPathComponent > &quad_applier, const Applier< CubicPathComponent > &cubic_applier, const Applier< ContourComponent > &contour_applier) const | impeller::Path | |
GetBoundingBox() const | impeller::Path | |
GetComponentCount(std::optional< ComponentType > type={}) const | impeller::Path | |
GetContourComponentAtIndex(size_t index, ContourComponent &contour) const | impeller::Path | |
GetCubicComponentAtIndex(size_t index, CubicPathComponent &cubic) const | impeller::Path | |
GetFillType() const | impeller::Path | |
GetLinearComponentAtIndex(size_t index, LinearPathComponent &linear) const | impeller::Path | |
GetQuadraticComponentAtIndex(size_t index, QuadraticPathComponent &quadratic) const | impeller::Path | |
GetTransformedBoundingBox(const Matrix &transform) const | impeller::Path | |
IsConvex() const | impeller::Path | |
IsEmpty() const | impeller::Path | |
Path() | impeller::Path | |
PathBuilder | impeller::Path | friend |
WritePolyline(Scalar scale, VertexWriter &writer) const | impeller::Path | |
~Path() | impeller::Path |