Lines Matching refs:info
45 static jerry_value_t _content(const jerry_call_info_t* info, const jerry_value_t args[], const jerr…
104 static jerry_value_t _toComp(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _toComp() argument
407 static jerry_value_t _add(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _add() argument
413 static jerry_value_t _sub(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _sub() argument
419 static jerry_value_t _mul(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _mul() argument
425 static jerry_value_t _div(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _div() argument
480 static jerry_value_t _linear(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _linear() argument
487 static jerry_value_t _ease(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_l… in _ease() argument
496 static jerry_value_t _easeIn(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _easeIn() argument
504 static jerry_value_t _easeOut(const jerry_call_info_t* info, const jerry_value_t args[], const jerr… in _easeOut() argument
512 static jerry_value_t _clamp(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_… in _clamp() argument
526 static jerry_value_t _dot(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _dot() argument
545 static jerry_value_t _cross(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_… in _cross() argument
564 static jerry_value_t _normalize(const jerry_call_info_t* info, const jerry_value_t args[], const je… in _normalize() argument
591 static jerry_value_t _length(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _length() argument
605 static jerry_value_t _random(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _random() argument
612 static jerry_value_t _deg2rad(const jerry_call_info_t* info, const jerry_value_t args[], const jerr… in _deg2rad() argument
618 static jerry_value_t _rad2deg(const jerry_call_info_t* info, const jerry_value_t args[], const jerr… in _rad2deg() argument
624 static jerry_value_t _effect(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _effect() argument
632 static jerry_value_t _fromCompToSurface(const jerry_call_info_t* info, const jerry_value_t args[], … in _fromCompToSurface() argument
640 static jerry_value_t _content(const jerry_call_info_t* info, const jerry_value_t args[], const jerr… in _content() argument
642 auto data = static_cast<ExpContent*>(jerry_object_get_native_ptr(info->function, &freeCb)); in _content()
664 static jerry_value_t _layer(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_… in _layer() argument
666 auto data = static_cast<ExpContent*>(jerry_object_get_native_ptr(info->function, &freeCb)); in _layer()
690 static jerry_value_t _nearestKey(const jerry_call_info_t* info, const jerry_value_t args[], const j… in _nearestKey() argument
692 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _nearestKey()
704 static jerry_value_t _property(const jerry_call_info_t* info, const jerry_value_t args[], const jer… in _property() argument
706 auto data = static_cast<ExpContent*>(jerry_object_get_native_ptr(info->function, &freeCb)); in _property()
713 static jerry_value_t _propertyGroup(const jerry_call_info_t* info, const jerry_value_t args[], cons… in _propertyGroup() argument
715 auto data = static_cast<ExpContent*>(jerry_object_get_native_ptr(info->function, &freeCb)); in _propertyGroup()
732 static jerry_value_t _valueAtTime(const jerry_call_info_t* info, const jerry_value_t args[], const … in _valueAtTime() argument
734 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _valueAtTime()
755 static jerry_value_t _velocityAtTime(const jerry_call_info_t* info, const jerry_value_t args[], con… in _velocityAtTime() argument
757 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _velocityAtTime()
789 static jerry_value_t _speedAtTime(const jerry_call_info_t* info, const jerry_value_t args[], const … in _speedAtTime() argument
791 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _speedAtTime()
847 static jerry_value_t _loopOut(const jerry_call_info_t* info, const jerry_value_t args[], const jerr… in _loopOut() argument
849 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _loopOut()
861 static jerry_value_t _loopOutDuration(const jerry_call_info_t* info, const jerry_value_t args[], co… in _loopOutDuration() argument
863 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _loopOutDuration()
898 static jerry_value_t _loopIn(const jerry_call_info_t* info, const jerry_value_t args[], const jerry… in _loopIn() argument
900 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _loopIn()
912 static jerry_value_t _loopInDuration(const jerry_call_info_t* info, const jerry_value_t args[], con… in _loopInDuration() argument
914 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _loopInDuration()
928 static jerry_value_t _key(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_le… in _key() argument
930 auto exp = static_cast<LottieExpression*>(jerry_object_get_native_ptr(info->function, nullptr)); in _key()
956 static jerry_value_t _createPath(const jerry_call_info_t* info, const jerry_value_t args[], const j… in _createPath() argument
974 static jerry_value_t _uniformPath(const jerry_call_info_t* info, const jerry_value_t args[], const … in _uniformPath() argument
976 … auto pathset = static_cast<LottiePathSet*>(jerry_object_get_native_ptr(info->function, nullptr)); in _uniformPath()
986 static jerry_value_t _isClosed(const jerry_call_info_t* info, const jerry_value_t args[], const jer… in _isClosed() argument
1108 static jerry_value_t _comp(const jerry_call_info_t* info, const jerry_value_t args[], const jerry_l… in _comp() argument
1110 auto data = static_cast<ExpContent*>(jerry_object_get_native_ptr(info->function, &freeCb)); in _comp()