Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieExpressions.cpp761 auto pframe = exp->property->frameNo(key - 1); in _velocityAtTime() local
763 auto elapsed = (cframe - pframe) / (exp->comp->frameRate); in _velocityAtTime()
768 auto prv = (*static_cast<LottiePoint*>(exp->property))(pframe); in _velocityAtTime()
773 auto prv = (*static_cast<LottiePosition*>(exp->property))(pframe); in _velocityAtTime()
778 auto prv = (*static_cast<LottieFloat*>(exp->property))(pframe); in _velocityAtTime()
795 auto pframe = exp->property->frameNo(key - 1); in _speedAtTime() local
797 auto elapsed = (cframe - pframe) / (exp->comp->frameRate); in _speedAtTime()
804 prv = (*static_cast<LottiePoint*>(exp->property))(pframe); in _speedAtTime()
809 prv = (*static_cast<LottiePosition*>(exp->property))(pframe); in _speedAtTime()