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

/haiku-fatelf/headers/os/interface/
H A DSlider.h86 virtual int32 ValueForPoint(BPoint) const;
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DVolumeSlider.cpp63 int32 newValue = ValueForPoint(where);
/haiku-fatelf/src/bin/desklink/
H A DVolumeControl.cpp223 int32 newValue = ValueForPoint(where);
/haiku-fatelf/src/kits/interface/
H A DSlider.cpp576 SetValue(ValueForPoint(point));
595 int32 value = ValueForPoint(point);
626 int32 value = ValueForPoint(point);
733 BSlider::ValueForPoint(BPoint location) const function in class:BSlider

Completed in 98 milliseconds