Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.cpp694 auto frameNo = exp->comp->frameAtTime(time); in _nearestKey()
736 auto frameNo = exp->comp->frameAtTime(time); in _valueAtTime()
759 auto frameNo = exp->comp->frameAtTime(time); in _velocityAtTime()
793 auto frameNo = exp->comp->frameAtTime(time); in _speedAtTime()
868 exp->loop.in = exp->comp->frameAtTime((float)jerry_value_as_int32(args[1])); in _loopOutDuration()
917 exp->loop.in = exp->comp->frameAtTime((float)jerry_value_as_int32(args[1])); in _loopInDuration()
DtvgLottieModel.cpp463 frameNo = comp->frameAtTime(timeRemap(frameNo, exp)); in remap()
DtvgLottieModel.h862 float frameAtTime(float timeInSec) const in frameAtTime() function