Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.cpp40 LottieExpression* exp; member
64 static ExpContent* _expcontent(LottieExpression* exp, float frameNo, LottieObject* obj) in _expcontent()
251 …jerry_value_t context, float frameNo, LottieLayer* layer, LottieLayer* comp, LottieExpression* exp) in _buildLayer()
692 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _nearestKey() local
734 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _valueAtTime() local
757 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _velocityAtTime() local
791 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _speedAtTime() local
825 static bool _loopOutCommon(LottieExpression* exp, const jerry_value_t args[], const jerry_length_t … in _loopOutCommon()
849 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _loopOut() local
863 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _loopOutDuration() local
[all …]
DtvgLottieModel.cpp460 float LottieLayer::remap(LottieComposition* comp, float frameNo, LottieExpressions* exp) in remap()
DtvgLottieProperty.h120 LottieExpression* exp = nullptr; member
226 float _loop(T* frames, float frameNo, LottieExpression* exp) in _loop()
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dbiginteger.h167 BigInteger& MultiplyPow5(unsigned exp) { in MultiplyPow5()
235 unsigned exp = static_cast<unsigned>(end - begin); in AppendDecimal64() local
Dstrtod.h28 inline double FastPath(double significand, int exp) { in FastPath()
229 …ullPrecision(double d, int p, const Ch* decimals, size_t length, size_t decimalPosition, int exp) { in StrtodFullPrecision()
Ddiyfp.h242 inline DiyFp GetCachedPower10(int exp, int *outExp) { in GetCachedPower10()
/lvgl-latest/src/misc/
Dlv_math.c391 int64_t lv_pow(int64_t base, int8_t exp) in lv_pow()
/lvgl-latest/src/stdlib/builtin/
Dlv_tlsf.c274 #define tlsf_cast(t, exp) ((t) (exp)) argument
293 #define tlsf_static_assert(exp) \ argument
/lvgl-latest/src/libs/thorvg/rapidjson/
Dreader.h1633 int exp = 0; in ParseNumber() local