#include "impeller/tessellator/tessellator.h"#include <cstdint>#include <cstring>#include "impeller/core/device_buffer.h"#include "impeller/geometry/path_component.h"Go to the source code of this file.
Namespaces | |
| 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] |