Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.cpp45 … _content(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt);
104 …_t _toComp(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _toComp() argument
407 …lue_t _add(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _add() argument
413 …lue_t _sub(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _sub() argument
419 …lue_t _mul(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _mul() argument
425 …lue_t _div(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _div() argument
431 static jerry_value_t _interp(float t, const jerry_value_t args[], int argsCnt) in _interp() argument
480 …_t _linear(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_length_t argsCnt) in _linear() argument
483 return _interp(t, args, jerry_value_as_uint32(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() argument
[all …]