Home
last modified time | relevance | path

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

/dports/graphics/wdune/wdune-1.926/src/
H A DInterpolator.h84 int findKeyExclusive(float value) const;
H A DInterpolator.cpp202 Interpolator::findKeyExclusive(float value) const in findKeyExclusive() function in Interpolator
H A DChannelView.cpp637 m_selectedKey = m_interpolator->findKeyExclusive(m_selMin / (float) in GoToLastKey()