Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
tessellator_libtess.h File Reference
#include <functional>
#include <memory>
#include "impeller/geometry/path.h"
#include "impeller/tessellator/tessellator.h"

Go to the source code of this file.

Classes

class  impeller::TessellatorLibtess
 An extended tessellator that offers arbitrary/concave tessellation via the libtess2 library. More...
 

Namespaces

namespace  impeller
 

Typedefs

using impeller::CTessellator = std::unique_ptr< TESStesselator, decltype(&DestroyTessellator)>
 

Functions

void impeller::DestroyTessellator (TESStesselator *tessellator)