Lines Matching defs:LottiePolyStar
392 struct LottiePolyStar : LottieShape struct
394 enum Type : uint8_t {Star = 1, Polygon};
396 void prepare() in prepare()
401 LottieProperty* property(uint16_t ix) override in property()
414 LottieFloat innerRadius = 0.0f;
415 LottieFloat outerRadius = 0.0f;
416 LottieFloat innerRoundness = 0.0f;
417 LottieFloat outerRoundness = 0.0f;
418 LottieFloat rotation = 0.0f;
419 LottieFloat ptsCnt = 0.0f;
420 Type type = Polygon;