Home | History | Annotate | Download | only in tests

Lines Matching refs:timeLeft

278     double timeLeft = m_data->m_animationTime - deltaTime;
279 double releaseTimeLeft = std::min(timeLeft, m_data->m_releaseTime);
281 double sustainTimeLeft = std::max(0., timeLeft - releaseTimeLeft - attackTimeLeft);
285 double allowedVelocityDecreaseFactor = 0.99 * oldTimeLeft / timeLeft;
308 double timeLeft = m_data->m_animationTime - deltaTime;
309 double releaseTimeLeft = std::min(timeLeft, m_data->m_releaseTime);
311 double sustainTimeLeft = std::max(0., timeLeft - releaseTimeLeft - attackTimeLeft);