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

/haiku/headers/private/interface/
H A DMenuWindow.h47 void _ScrollBy(const float& step);
/haiku/src/kits/interface/
H A DMenuWindow.cpp308 _ScrollBy(newLimit - fValue);
410 _ScrollBy(step);
421 _ScrollBy(where - fValue);
447 _ScrollBy(smallStep * delta);
456 BMenuWindow::_ScrollBy(const float& step) function in class:BMenuWindow
H A DTextView.cpp3344 _ScrollBy(-kHorizontalScrollBarStep, 0);
3371 _ScrollBy(kHorizontalScrollBarStep, 0);
3399 _ScrollBy(0, -kVerticalScrollBarStep);
3443 _ScrollBy(0, kVerticalScrollBarStep);
3656 _ScrollBy(0, nextPos.y - currentPos.y);
3686 _ScrollBy(0, nextPos.y - currentPos.y);
5024 _ScrollBy(scrollBy.x, scrollBy.y);
5070 BTextView::_ScrollBy(float horizontal, float vertical) function in class:BTextView
/haiku/headers/os/interface/
H A DTextView.h357 void _ScrollBy(float horizontalStep,

Completed in 61 milliseconds