Searched refs:_PointForValue (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.h40 float _PointForValue(int32 value) const;
H A DVolumeSlider.cpp76 float snapPoint = _PointForValue(fSnapValue);
255 VolumeSlider::_PointForValue(int32 value) const function in class:VolumeSlider
/haiku/src/bin/desklink/
H A DVolumeControl.cpp235 float snapPoint = _PointForValue(0);
240 fMinSnap = _PointForValue(-4);
244 fMaxSnap = _PointForValue(1);
247 fMinSnap = _PointForValue(-1);
248 fMaxSnap = _PointForValue(4);
424 VolumeControl::_PointForValue(int32 value) const function in class:VolumeControl
H A DVolumeControl.h49 float _PointForValue(int32 value) const;

Completed in 133 milliseconds