This is the complete list of members for impeller::StrokePathGeometry, including all inherited members.
| CanApplyMaskFilter() const | impeller::Geometry | virtual |
| ComputePositionGeometry(const ContentContext &renderer, const Tessellator::VertexGenerator &generator, const Entity &entity, RenderPass &pass) | impeller::Geometry | protectedstatic |
| ComputePositionUVGeometry(const ContentContext &renderer, const Tessellator::VertexGenerator &generator, const Matrix &uv_transform, const Entity &entity, RenderPass &pass) | impeller::Geometry | protectedstatic |
| CoversArea(const Matrix &transform, const Rect &rect) const | impeller::Geometry | virtual |
| GetMiterLimit() const | impeller::StrokePathGeometry | |
| GetStrokeCap() const | impeller::StrokePathGeometry | |
| GetStrokeJoin() const | impeller::StrokePathGeometry | |
| GetStrokeWidth() const | impeller::StrokePathGeometry | |
| ImpellerBenchmarkAccessor class | impeller::StrokePathGeometry | friend |
| ImpellerEntityUnitTestAccessor class | impeller::StrokePathGeometry | friend |
| IsAxisAlignedRect() const | impeller::Geometry | virtual |
| MakeCircle(const Point ¢er, Scalar radius) | impeller::Geometry | static |
| MakeCover() | impeller::Geometry | static |
| MakeFillPath(const Path &path, std::optional< Rect > inner_rect=std::nullopt) | impeller::Geometry | static |
| MakeLine(const Point &p0, const Point &p1, Scalar width, Cap cap) | impeller::Geometry | static |
| MakeOval(const Rect &rect) | impeller::Geometry | static |
| MakePointField(std::vector< Point > points, Scalar radius, bool round) | impeller::Geometry | static |
| MakeRect(const Rect &rect) | impeller::Geometry | static |
| MakeRoundRect(const Rect &rect, const Size &radii) | impeller::Geometry | static |
| MakeStrokedCircle(const Point ¢er, Scalar radius, Scalar stroke_width) | 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 | |
| ~StrokePathGeometry() | impeller::StrokePathGeometry |