#include <GrInnerFanTriangulator.h>
Definition at line 25 of file GrInnerFanTriangulator.h.
◆ GrInnerFanTriangulator()
GrInnerFanTriangulator::GrInnerFanTriangulator |
( |
const SkPath & |
path, |
|
|
SkArenaAlloc * |
alloc |
|
) |
| |
|
inline |
Definition at line 29 of file GrInnerFanTriangulator.h.
33 }
GrTriangulator(const SkPath &path, SkArenaAlloc *alloc)
bool fPreserveCollinearVertices
bool fCollectBreadcrumbTriangles
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
◆ pathToPolys()
Definition at line 41 of file GrInnerFanTriangulator.h.
41 {
43 isLinear);
44 if (!success) {
45 return nullptr;
46 }
48 return polys;
49 }
std::tuple< Poly *, bool > pathToPolys(float tolerance, const SkRect &clipBounds, bool *isLinear)
BreadcrumbTriangleList fBreadcrumbList
static constexpr SkRect MakeEmpty()
◆ pathToTriangles()
Definition at line 35 of file GrInnerFanTriangulator.h.
36 {
39 }
Poly * pathToPolys(BreadcrumbTriangleList *breadcrumbList, bool *isLinear)
int polysToTriangles(Poly *polys, GrEagerVertexAllocator *vertexAlloc, BreadcrumbTriangleList *breadcrumbList) const
◆ polysToTriangles()
Definition at line 51 of file GrInnerFanTriangulator.h.
52 {
55 return vertexCount;
56 }
skgpu::VertexWriter polysToTriangles(Poly *polys, SkPathFillType overrideFillType, skgpu::VertexWriter data) const
The documentation for this class was generated from the following file: