Searched refs:_ScrollTo (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.h91 void _ScrollTo(float value, bool horizontal);
H A DChart.cpp413 _ScrollTo(where.x, true);
414 _ScrollTo(where.y, false);
547 Chart::_ScrollTo(float value, bool horizontal) function in class:Chart
/haiku/src/apps/terminal/
H A DTermViewStates.cpp235 fView->_ScrollTo(0, true);
270 fView->_ScrollTo(0, true);
275 fView->_ScrollTo(0, true);
324 fView->_ScrollTo(fView->fScrollOffset - fView->fFontHeight, true);
340 fView->_ScrollTo(fView->fScrollOffset + fView->fFontHeight, true);
379 fView->_ScrollTo(fView->fScrollOffset - fView->fFontHeight * fView->fRows, true);
388 fView->_ScrollTo(fView->fScrollOffset + fView->fFontHeight * fView->fRows, true);
415 fView->_ScrollTo(0, true);
688 fView->_ScrollTo(value + fView->fAutoScrollSpeed, true);
H A DTermView.cpp856 _ScrollTo(0, false);
937 _ScrollTo(0, true);
966 _ScrollTo(0, false);
2397 _ScrollTo(scrollOffset, false);
2977 TermView::_ScrollTo(float y, bool scrollGfx) function in class:TermView
3008 _ScrollTo(fScrollOffset + startY, true);
3011 _ScrollTo(fScrollOffset + endY - height, true);
3022 _ScrollTo(fScrollOffset + startY, true);
3025 _ScrollTo(fScrollOffset + endY - height, true);
H A DTermView.h254 void _ScrollTo(float y, bool scrollGfx);
/haiku/src/kits/interface/
H A DTextView.cpp3406 _ScrollTo(0, 0);
3450 _ScrollTo(0, fTextRect.bottom + fLayoutData->bottomInset);
3571 _ScrollTo(0, 0);
3575 _ScrollTo(0, 0);
3604 _ScrollTo(0, fTextRect.bottom + fLayoutData->bottomInset);
3608 _ScrollTo(0, fTextRect.bottom + fLayoutData->bottomInset);
5073 _ScrollTo(bounds.left + horizontal, bounds.top + vertical);
5079 BTextView::_ScrollTo(float x, float y) function in class:BTextView
/haiku/headers/os/interface/
H A DTextView.h359 void _ScrollTo(float x, float y);

Completed in 70 milliseconds