Searched refs:_ConstrainPoint (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/interface/
H A DSlider.h174 bool _ConstrainPoint(BPoint& point,
/haiku/src/kits/interface/
H A DSlider.cpp568 BSlider::_ConstrainPoint(BPoint& point, BPoint comparePoint) const function in class:BSlider
606 _ConstrainPoint(point, fInitialLocation);
626 if (_ConstrainPoint(point, prevPoint)) {
657 if (_ConstrainPoint(point, _Location())) {

Completed in 40 milliseconds