Flutter Impeller
tessellator.h File Reference
#include <functional>
#include <memory>
#include <vector>
#include "flutter/fml/macros.h"
#include "impeller/geometry/path.h"
#include "impeller/geometry/point.h"

Go to the source code of this file.

Classes

class  impeller::Tessellator
 A utility that generates triangles of the specified fill type given a polyline. This happens on the CPU. More...
 

Namespaces

 impeller
 

Typedefs

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

Enumerations

enum  impeller::WindingOrder {
  impeller::WindingOrder::kClockwise,
  impeller::WindingOrder::kCounterClockwise
}
 

Functions

void impeller::DestroyTessellator (TESStesselator *tessellator)