#include <path_tessellator.h>
Classes | |
| struct | Conic |
| struct | Cubic |
| struct | Quad |
| class | SegmentReceiver |
| An interface for receiving pruned path segments. More... | |
| class | VertexWriter |
| An interface for generating a multi contour polyline as a triangle strip. More... | |
Static Public Member Functions | |
| static void | PathToFilledSegments (const PathSource &source, SegmentReceiver &receiver) |
| static void | PathToStrokedSegments (const PathSource &source, SegmentReceiver &receiver) |
| static std::pair< size_t, size_t > | CountFillStorage (const PathSource &source, Scalar scale) |
| static void | PathToFilledVertices (const PathSource &source, VertexWriter &writer, Scalar scale) |
Definition at line 17 of file path_tessellator.h.
|
static |
Definition at line 297 of file path_tessellator.cc.
References impeller::PathSource::Dispatch().
Referenced by impeller::Tessellator::TessellateConvex(), and impeller::testing::TEST().
|
static |
Definition at line 283 of file path_tessellator.cc.
References impeller::PathSource::Dispatch().
Referenced by impeller::testing::TEST().
|
static |
Definition at line 307 of file path_tessellator.cc.
References impeller::PathSource::Dispatch().
Referenced by impeller::TessellatorLibtess::Tessellate(), impeller::Tessellator::TessellateConvex(), impeller::Tessellator::TessellateConvexInternal(), and impeller::testing::TEST().
|
static |
Definition at line 290 of file path_tessellator.cc.
References impeller::PathSource::Dispatch().
Referenced by impeller::StrokePathSourceGeometry::Dispatch().