Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.cpp112 static jerry_value_t _value(float frameNo, LottieProperty* property) in _value() function
163 auto anchorPoint = _value(frameNo, &transform->anchor); in _buildTransform()
167 auto position = _value(frameNo, &transform->position); in _buildTransform()
171 auto scale = _value(frameNo, &transform->scale); in _buildTransform()
175 auto rotation = _value(frameNo, &transform->rotation); in _buildTransform()
179 auto opacity = _value(frameNo, &transform->opacity); in _buildTransform()
709 return _value(data->frameNo, property); in _property()
737 return _value(frameNo, exp->property); in _valueAtTime()
934 auto value = _value(frameNo, exp->property); in _key()
1021 auto value = _value(frameNo, exp->property); in _buildProperty()