Home
last modified time | relevance | path

Searched defs:LottieStroke (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.h39 struct LottieStroke struct
47 virtual ~LottieStroke() in ~LottieStroke() argument
52 LottieFloat& dash(int no) in dash()
58 float dashOffset(float frameNo, LottieExpressions* exps) in dashOffset()
63 float dashGap(float frameNo, LottieExpressions* exps) in dashGap()
68 float dashSize(float frameNo, LottieExpressions* exps) in dashSize()
75 LottieFloat width = 0.0f;
76 DashAttr* dashattr = nullptr;
77 float miterLimit = 0;
78 StrokeCap cap = StrokeCap::Round;
[all …]