5 #ifndef FLUTTER_IMPELLER_ENTITY_GEOMETRY_POINT_FIELD_GEOMETRY_H_
6 #define FLUTTER_IMPELLER_ENTITY_GEOMETRY_POINT_FIELD_GEOMETRY_H_
37 std::optional<Rect> GetCoverage(
const Matrix& transform)
const override;
43 std::optional<Rect> texture_coverage = std::nullopt,
44 std::optional<Matrix> effect_transform = std::nullopt)
const;
46 std::optional<VertexBufferBuilder<SolidFillVertexShader::PerVertexData>>
51 std::vector<Point> points_;
62 #endif // FLUTTER_IMPELLER_ENTITY_GEOMETRY_POINT_FIELD_GEOMETRY_H_