Searched refs:pframe (Results 1 – 1 of 1) sorted by relevance
761 auto pframe = exp->property->frameNo(key - 1); in _velocityAtTime() local763 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() local797 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()