#include <array>#include <functional>#include <optional>#include <type_traits>#include <vector>#include "impeller/geometry/point.h"#include "impeller/geometry/scalar.h"Go to the source code of this file.
Classes | |
| class | impeller::VertexWriter |
| An interface for generating a multi contour polyline as a triangle strip. More... | |
| class | impeller::FanVertexWriter |
| A vertex writer that generates a triangle fan and requires primitive restart. More... | |
| class | impeller::StripVertexWriter |
| A vertex writer that generates a triangle strip and requires primitive restart. More... | |
| class | impeller::LineStripVertexWriter |
| A vertex writer that generates a line strip topology. More... | |
| class | impeller::GLESVertexWriter |
| A vertex writer that has no hardware requirements. More... | |
| struct | impeller::LinearPathComponent |
| struct | impeller::QuadraticPathComponent |
| struct | impeller::ConicPathComponent |
| struct | impeller::CubicPathComponent |
| struct | impeller::ContourComponent |
Namespaces | |
| impeller | |