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

/haiku/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp63 int32 newValue = ValueForPoint(where);
/haiku/headers/os/interface/
H A DSlider.h84 virtual int32 ValueForPoint(BPoint point) const;
/haiku/src/bin/desklink/
H A DVolumeControl.cpp223 int32 newValue = ValueForPoint(where);
/haiku/src/kits/interface/
H A DSlider.cpp607 SetValue(ValueForPoint(point));
627 int32 value = ValueForPoint(point);
658 int32 value = ValueForPoint(point);
766 BSlider::ValueForPoint(BPoint location) const function in class:BSlider

Completed in 673 milliseconds