This is the complete list of members for impeller::StrokePathGeometry, including all inherited members.
| CoversArea(const Matrix &transform, const Rect &rect) const | impeller::Geometry | virtual |
| Geometry() | impeller::Geometry | |
| GetMiterLimit() const | impeller::StrokePathGeometry | |
| GetStrokeCap() const | impeller::StrokePathGeometry | |
| GetStrokeJoin() const | impeller::StrokePathGeometry | |
| GetStrokeWidth() const | impeller::StrokePathGeometry | |
| MakeCover() | impeller::Geometry | static |
| MakeFillPath(const Path &path, std::optional< Rect > inner_rect=std::nullopt) | impeller::Geometry | static |
| MakePointField(std::vector< Point > points, Scalar radius, bool round) | impeller::Geometry | static |
| MakeRect(Rect rect) | impeller::Geometry | static |
| MakeStrokePath(const Path &path, Scalar stroke_width=0.0, Scalar miter_limit=4.0, Cap stroke_cap=Cap::kButt, Join stroke_join=Join::kMiter) | impeller::Geometry | static |
| StrokePathGeometry(const Path &path, Scalar stroke_width, Scalar miter_limit, Cap stroke_cap, Join stroke_join) | impeller::StrokePathGeometry | |
| ~Geometry() | impeller::Geometry | virtual |
| ~StrokePathGeometry() | impeller::StrokePathGeometry |