Searched defs:argsCnt (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieExpressions.cpp | 104 …_t _toComp(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _toComp() 407 …lue_t _add(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _add() 413 …lue_t _sub(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _sub() 419 …lue_t _mul(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _mul() 425 …lue_t _div(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _div() 431 static jerry_value_t _interp(float t, const jerry_value_t args[], int argsCnt) in _interp() 480 …_t _linear(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _linear() 487 …ue_t _ease(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _ease() 496 …_t _easeIn(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _easeIn() 504 …t _easeOut(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _easeOut() [all …]
|