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

/haiku-fatelf/headers/private/interface/
H A DMenuWindow.h46 void _ScrollBy(const float& step);
/haiku-fatelf/src/kits/interface/
H A DMenuWindow.cpp410 _ScrollBy(step);
436 _ScrollBy(smallStep * delta);
445 BMenuWindow::_ScrollBy(const float& step) function in class:BMenuWindow
H A DTextView.cpp3451 _ScrollBy(-1 * kHorizontalScrollBarStep, 0);
3477 _ScrollBy(kHorizontalScrollBarStep, 0);
3504 _ScrollBy(0, -1 * kVerticalScrollBarStep);
3541 _ScrollBy(0, kVerticalScrollBarStep);
3719 _ScrollBy(0, nextPos.y - currentPos.y);
3749 _ScrollBy(0, nextPos.y - currentPos.y);
5044 BTextView::_ScrollBy(float horizontal, float vertical) function in class:BTextView
/haiku-fatelf/headers/os/interface/
H A DTextView.h361 void _ScrollBy(float horizontalStep,

Completed in 59 milliseconds