#include <geometry.h>
Public Types | |
| enum | Mode { Mode::kNormal, Mode::kNonZero, Mode::kEvenOdd, Mode::kPreventOverdraw } |
Public Attributes | |
| PrimitiveType | type = PrimitiveType::kTriangleStrip |
| VertexBuffer | vertex_buffer |
| Matrix | transform |
| Mode | mode = Mode::kNormal |
Definition at line 20 of file geometry.h.
|
strong |
Definition at line 21 of file geometry.h.
| Mode impeller::GeometryResult::mode = Mode::kNormal |
Definition at line 39 of file geometry.h.
Referenced by impeller::testing::TEST(), and impeller::testing::TEST_P().
| Matrix impeller::GeometryResult::transform |
Definition at line 38 of file geometry.h.
Referenced by impeller::testing::TEST().
| PrimitiveType impeller::GeometryResult::type = PrimitiveType::kTriangleStrip |
Definition at line 36 of file geometry.h.
Referenced by impeller::Geometry::ComputePositionGeometry(), impeller::Geometry::ComputePositionUVGeometry(), impeller::ComputeUVGeometryForRect(), impeller::RectGeometry::GetPositionBuffer(), impeller::VerticesGeometry::GetPositionBuffer(), impeller::VerticesGeometry::GetPositionColorBuffer(), impeller::VerticesGeometry::GetPositionUVBuffer(), and impeller::testing::TEST().
| VertexBuffer impeller::GeometryResult::vertex_buffer |
Definition at line 37 of file geometry.h.