Searched refs:ScrollBy (Results 1 - 25 of 36) sorted by relevance

12

/haiku/src/apps/deskbar/
H A DInlineScrollView.cpp161 parent->ScrollBy(-largeStep);
163 parent->ScrollBy(-smallStep);
227 grandparent->ScrollBy(largeStep);
229 grandparent->ScrollBy(smallStep);
290 parent->ScrollBy(-largeStep);
292 parent->ScrollBy(-smallStep);
355 grandparent->ScrollBy(largeStep);
357 grandparent->ScrollBy(smallStep);
459 fTarget->ScrollBy(0, delta);
461 fTarget->ScrollBy(delt
576 TInlineScrollView::ScrollBy(const float& step) function in class:TInlineScrollView
[all...]
H A DInlineScrollView.h39 void ScrollBy(const float& step);
H A DExpandoMenuBar.cpp188 scrollView->ScrollBy(deltaY);
/haiku/src/kits/interface/
H A DMenuWindow.cpp466 fMenu->ScrollBy(0, fLimit - fValue);
471 fMenu->ScrollBy(0, step);
481 fMenu->ScrollBy(0, -fValue);
486 fMenu->ScrollBy(0, step);
H A DListView.cpp1251 ScrollBy(0, itemFrame.top - Bounds().top);
1253 ScrollBy(0, itemFrame.bottom - Bounds().bottom);
1646 ScrollBy(0.0, bounds.bottom - itemHeight);
H A DScrollBar.cpp778 fTarget->ScrollBy(0.0, newValue - targetBounds.top);
782 fTarget->ScrollBy(newValue - targetBounds.left, 0.0);
H A DColumnListView.cpp2836 fOutlineView->ScrollBy(position.x - fVisibleRect.left, 0);
4374 ScrollBy(0.0, fItemsHeight - fVisibleRect.Height() - Bounds().top);
4376 ScrollBy(0.0, -Bounds().top);
4545 // This causes a jump because ScrollBy will copy a chunk of the view.
4556 ScrollBy(0, delta);
4740 ScrollBy(0, rect.bottom - bounds.bottom);
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h23 void ScrollBy(float dx, float dy);
H A DMyView.cpp193 lay->ScrollBy(0, dy*5);
H A DLayer.cpp457 Layer::ScrollBy(float dx, float dy) function in class:Layer
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h84 void ScrollBy( int32 dx, int32 dy,
H A DViewLayer.cpp566 // ScrollBy
568 ViewLayer::ScrollBy(int32 x, int32 y, BRegion* dirtyRegion) function in class:ViewLayer
H A DWindowLayer.cpp337 view->ScrollBy(dx, dy, &dirty);
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp101 ScrollBy(offset.x, offset.y);
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h173 inline void ScrollBy(int32 numLines);
353 BasicTerminalBuffer::ScrollBy(int32 numLines) function in class:BasicTerminalBuffer
H A DTermParse.cpp1207 fBuffer->ScrollBy(row);
1214 fBuffer->ScrollBy(-row);
/haiku/src/servers/app/
H A DView.h127 void ScrollBy(int32 dx, int32 dy,
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp324 ScrollBy(offset.x, offset.y);
/haiku/src/apps/mail/
H A DSignature.cpp535 ScrollBy(0, height);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp402 ScrollBy(xDelta, yDelta);
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp265 // prevent circular code (MouseMoved might call ScrollBy...)
269 ScrollBy(offset.x, offset.y);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp509 ScrollBy(newOffset.x - oldOffset.x,
/haiku/src/apps/charactermap/
H A DCharacterView.cpp733 ScrollBy(0.0f, bounds.bottom - fDataRect.Height());
/haiku/src/apps/diskprobe/
H A DDataView.cpp1265 ScrollBy(0, -Bounds().Height());
1281 ScrollBy(0, Bounds().Height());
/haiku/headers/os/interface/
H A DView.h574 void ScrollBy(float dh, float dv);

Completed in 154 milliseconds

12