5 #ifndef FLUTTER_IMPELLER_ENTITY_GEOMETRY_ROUND_SUPERELLIPSE_GEOMETRY_H_
6 #define FLUTTER_IMPELLER_ENTITY_GEOMETRY_ROUND_SUPERELLIPSE_GEOMETRY_H_
50 std::optional<Rect> GetCoverage(
const Matrix&
transform)
const override;
Render passes encode render commands directed as one specific render target into an underlying comman...
A Geometry class that generates fillable vertices (with or without texture coordinates) directly from...
~RoundSuperellipseGeometry() override
bool CoversArea(const Matrix &transform, const Rect &rect) const override
Determines if this geometry, transformed by the given transform, will completely cover all surface ar...
bool IsAxisAlignedRect() const override
RoundSuperellipseGeometry(const Rect &bounds, const RoundingRadii &radii)
An abstract Geometry base class that produces fillable vertices representing the stroked outline from...
A Geometry class that produces fillable vertices representing the stroked outline of any |RoundSupere...
StrokeRoundSuperellipseGeometry(const RoundSuperellipse &round_superellipse, const StrokeParameters ¶meters)
const PathSource & GetSource() const override
A 4x4 matrix using column-major storage.
A structure to store all of the parameters related to stroking a path or basic geometry object.