Home
last modified time | relevance | path

Searched refs:LottieFloat (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.h44 LottieFloat value[3] = {0.0f, 0.0f, 0.0f};
52 LottieFloat& dash(int no) in dash()
75 LottieFloat width = 0.0f;
113 LottieFloat expand = 0.0f;
191 LottieFloat letterSpacing = 0.0f;
192 LottieFloat lineSpacing = 0.0f;
193 LottieFloat strokeWidth = 0.0f;
194 LottieFloat rotation = 0.0f;
208 LottieFloat offset = 0.0f;
209 LottieFloat maxEase = 0.0f;
[all …]
DtvgLottieProperty.h835 using LottieFloat = LottieGenericProperty<float>; variable
838 using LottieSlider = LottieFloat;
DtvgLottieExpressions.cpp127 return jerry_number((*static_cast<LottieFloat*>(property))(frameNo)); in _value()
778 auto prv = (*static_cast<LottieFloat*>(exp->property))(pframe); in _velocityAtTime()
779 auto cur = (*static_cast<LottieFloat*>(exp->property))(cframe); in _velocityAtTime()