5 #ifndef FLUTTER_IMPELLER_ENTITY_GEOMETRY_POINT_FIELD_GEOMETRY_H_
6 #define FLUTTER_IMPELLER_ENTITY_GEOMETRY_POINT_FIELD_GEOMETRY_H_
40 std::optional<Rect> GetCoverage(
const Matrix& transform)
const override;
46 std::optional<Rect> texture_coverage = std::nullopt,
47 std::optional<Matrix> effect_transform = std::nullopt)
const;
49 std::optional<VertexBufferBuilder<SolidFillVertexShader::PerVertexData>>
54 std::vector<Point> points_;
65 #endif // FLUTTER_IMPELLER_ENTITY_GEOMETRY_POINT_FIELD_GEOMETRY_H_