This is the complete list of members for impeller::Tessellator, including all inherited members.
| FilledArc(const Matrix &view_transform, const Arc &arc, bool supports_triangle_fans) | impeller::Tessellator | |
| FilledCircle(const Matrix &view_transform, const Point ¢er, Scalar radius) | impeller::Tessellator | |
| FilledEllipse(const Matrix &view_transform, const Rect &bounds) | impeller::Tessellator | |
| FilledRoundRect(const Matrix &view_transform, const Rect &bounds, const Size &radii) | impeller::Tessellator | |
| GetStrokePointCache() | impeller::Tessellator | |
| GetTrigsForDeviceRadius(Scalar pixel_radius) | impeller::Tessellator | |
| index_buffer_ | impeller::Tessellator | protected |
| kCircleTolerance | impeller::Tessellator | static |
| point_buffer_ | impeller::Tessellator | protected |
| Result enum name | impeller::Tessellator | |
| RoundCapLine(const Matrix &view_transform, const Point &p0, const Point &p1, Scalar radius) | impeller::Tessellator | |
| stroke_points_ | impeller::Tessellator | protected |
| StrokedArc(const Matrix &view_transform, const Arc &arc, Cap cap, Scalar half_width) | impeller::Tessellator | |
| StrokedCircle(const Matrix &view_transform, const Point ¢er, Scalar radius, Scalar half_width) | impeller::Tessellator | |
| TessellateConvex(const PathSource &path, HostBuffer &host_buffer, Scalar tolerance, bool supports_primitive_restart=false, bool supports_triangle_fan=false) | impeller::Tessellator | |
| TessellateConvexInternal(const PathSource &path, std::vector< Point > &point_buffer, std::vector< uint16_t > &index_buffer, Scalar tolerance) | impeller::Tessellator | static |
| TessellatedVertexProc typedef | impeller::Tessellator | |
| Tessellator() | impeller::Tessellator | |
| ~Tessellator() | impeller::Tessellator | virtual |