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

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.h49 int32 _ValueFor(BPoint where) const;
H A DAlphaSlider.cpp105 SetValue(_ValueFor(where));
125 SetValue(_ValueFor(where));
389 // _ValueFor
391 AlphaSlider::_ValueFor(BPoint where) const function in class:AlphaSlider
/haiku/headers/os/interface/
H A DScrollBar.h111 float _ValueFor(BPoint where) const;
/haiku/src/kits/interface/
H A DScrollBar.cpp601 SetValue(_ValueFor(where + fPrivateData->fClickOffset));
688 SetValue(_ValueFor(where + fPrivateData->fClickOffset));
1273 BScrollBar::_ValueFor(BPoint where) const function in class:BScrollBar
1423 fPrivateData->fStopValue = _ValueFor(BPoint(where.x, where.y
1426 fPrivateData->fStopValue = _ValueFor(BPoint(where.x

Completed in 44 milliseconds