Searched defs:exp (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieExpressions.cpp | 40 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 …]
|
D | tvgLottieModel.cpp | 460 float LottieLayer::remap(LottieComposition* comp, float frameNo, LottieExpressions* exp) in remap()
|
D | tvgLottieProperty.h | 120 LottieExpression* exp = nullptr; member 226 float _loop(T* frames, float frameNo, LottieExpression* exp) in _loop()
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | biginteger.h | 167 BigInteger& MultiplyPow5(unsigned exp) { in MultiplyPow5() 235 unsigned exp = static_cast<unsigned>(end - begin); in AppendDecimal64() local
|
D | strtod.h | 28 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()
|
D | diyfp.h | 242 inline DiyFp GetCachedPower10(int exp, int *outExp) { in GetCachedPower10()
|
/lvgl-latest/src/misc/ |
D | lv_math.c | 391 int64_t lv_pow(int64_t base, int8_t exp) in lv_pow()
|
/lvgl-latest/src/stdlib/builtin/ |
D | lv_tlsf.c | 274 #define tlsf_cast(t, exp) ((t) (exp)) argument 293 #define tlsf_static_assert(exp) \ argument
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | reader.h | 1633 int exp = 0; in ParseNumber() local
|