Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
impeller::Tessellator Member List

This is the complete list of members for impeller::Tessellator, including all inherited members.

ConvexTessellatorImplimpeller::Tessellatorfriend
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
kCircleToleranceimpeller::Tessellatorstatic
Result enum nameimpeller::Tessellator
RoundCapLine(const Matrix &view_transform, const Point &p0, const Point &p1, Scalar radius)impeller::Tessellator
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 &data_host_buffer, HostBuffer &indexes_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(bool supports_32bit_primitive_indices=true)impeller::Tessellatorexplicit
~Tessellator()impeller::Tessellatorvirtual