5 #ifndef FLUTTER_IMPELLER_GEOMETRY_DASHED_LINE_PATH_SOURCE_H_
6 #define FLUTTER_IMPELLER_GEOMETRY_DASHED_LINE_PATH_SOURCE_H_
A PathSource that generates the various segments of a dashed line.
DashedLinePathSource(Point p0, Point p1, Scalar on_length, Scalar off_length)
bool IsConvex() const override
FillType GetFillType() const override
Rect GetBounds() const override
void Dispatch(PathReceiver &receiver) const override
Collection of functions to receive path segments from the underlying path representation via the DlPa...