Flutter Impeller
impeller::Tessellator Member List

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 &center, 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::Tessellatorprotected
kCircleToleranceimpeller::Tessellatorstatic
point_buffer_impeller::Tessellatorprotected
Result enum nameimpeller::Tessellator
RoundCapLine(const Matrix &view_transform, const Point &p0, const Point &p1, Scalar radius)impeller::Tessellator
stroke_points_impeller::Tessellatorprotected
StrokedArc(const Matrix &view_transform, const Arc &arc, Cap cap, Scalar half_width)impeller::Tessellator
StrokedCircle(const Matrix &view_transform, const Point &center, 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::Tessellatorstatic
TessellatedVertexProc typedefimpeller::Tessellator
Tessellator()impeller::Tessellator
~Tessellator()impeller::Tessellatorvirtual