#include <GrAATriangulator.h>
Definition at line 27 of file GrAATriangulator.h.
◆ PathToAATriangles()
Definition at line 29 of file GrAATriangulator.h.
30 {
33 aaTriangulator.fRoundVerticesToQuarterPixel = true;
34 aaTriangulator.fEmitCoverage = true;
35 bool isLinear;
36 auto [ polys, success ] = aaTriangulator.pathToPolys(tolerance, clipBounds, &isLinear);
37 if (!success) {
38 return 0;
39 }
40 return aaTriangulator.polysToAATriangles(polys, vertexAllocator);
41 }
static constexpr int kArenaDefaultChunkSize
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
The documentation for this class was generated from the following files: