Flutter Engine
The Flutter Engine
|
#include "impeller/tessellator/tessellator.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
Typedefs | |
using | impeller::TessellatedVertexProc = Tessellator::TessellatedVertexProc |
using | impeller::EllipticalVertexGenerator = Tessellator::EllipticalVertexGenerator |
Functions | |
static size_t | impeller::ComputeQuadrantDivisions (Scalar pixel_radius) |
Variables | |
static constexpr int | impeller::kPrecomputedDivisionCount = 1024 |
static int | impeller::kPrecomputedDivisions [kPrecomputedDivisionCount] |