Searched refs:cframe (Results 1 – 1 of 1) sorted by relevance
762 auto cframe = exp->property->frameNo(key); in _velocityAtTime() local763 auto elapsed = (cframe - pframe) / (exp->comp->frameRate); in _velocityAtTime()769 auto cur = (*static_cast<LottiePoint*>(exp->property))(cframe); in _velocityAtTime()774 auto cur = (*static_cast<LottiePosition*>(exp->property))(cframe); in _velocityAtTime()779 auto cur = (*static_cast<LottieFloat*>(exp->property))(cframe); in _velocityAtTime()796 auto cframe = exp->property->frameNo(key); in _speedAtTime() local797 auto elapsed = (cframe - pframe) / (exp->comp->frameRate); in _speedAtTime()805 cur = (*static_cast<LottiePoint*>(exp->property))(cframe); in _speedAtTime()810 cur = (*static_cast<LottiePosition*>(exp->property))(cframe); in _speedAtTime()