Flutter Engine
The Flutter Engine
|
This is the complete list of members for impeller::Tessellator, including all inherited members.
CreateTempPolyline(const Path &path, Scalar tolerance) | 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 | |
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 | |
StrokedCircle(const Matrix &view_transform, const Point ¢er, Scalar radius, Scalar half_width) | impeller::Tessellator | |
TessellateConvex(const Path &path, HostBuffer &host_buffer, Scalar tolerance) | impeller::Tessellator | |
TessellateConvexInternal(const Path &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 |