Searched refs:MoveBy (Results 26 - 50 of 76) sorted by relevance

1234

/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp103 window->MoveBy(23, 19);
/haiku/src/apps/patchbay/
H A DPatchRow.cpp131 box->MoveBy(-COLUMN_WIDTH, 0);
H A DPatchView.cpp411 (*i++)->MoveBy(0, moveBy);
/haiku/src/apps/diskprobe/
H A DDataEditor.h61 status_t MoveBy(int32 bytes);
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp85 defaultsButton->MoveBy(-defaultsButton->Bounds().Width() - 10.0f, 0.0f);
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp58 fText->MoveBy(0, (Bounds().bottom - fText->TextRect().bottom) / 2);
/haiku/src/servers/app/decorator/
H A DDecorator.h176 void MoveBy(float x, float y);
177 void MoveBy(BPoint offset);
H A DDecorator.cpp647 If a subclass implements this method, be sure to call Decorator::MoveBy
655 Decorator::MoveBy(float x, float y) function in class:Decorator
657 MoveBy(BPoint(x, y));
663 If a subclass implements this method, be sure to call Decorator::MoveBy
670 Decorator::MoveBy(BPoint offset) function in class:Decorator
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp116 if (countvw) countvw->MoveBy(0, -height);
117 textview->MoveBy(0, -height);
/haiku/src/servers/app/
H A DWindow.h127 void MoveBy(int32 x, int32 y, bool moveStack = true);
402 void MoveBy(int32 x, int32 y);
H A DWindow.cpp278 Window::MoveBy(int32 x, int32 y, bool moveStack) function in class:Window
297 fCurrentUpdateSession->MoveBy(x, y);
299 fPendingUpdateSession->MoveBy(x, y);
304 fTopView->MoveBy(x, y, NULL);
310 decorator->MoveBy(x, y);
318 window->MoveBy(x, y, false);
570 fTopView->MoveBy((int32)(fFrame.left - fTopView->Frame().left),
2090 Window::UpdateSession::MoveBy(int32 x, int32 y) function in class:Window::UpdateSession
2180 window->MoveBy(deltaToX, deltaToY, false);
H A DView.h121 void MoveBy(int32 dx, int32 dy,
/haiku/src/kits/interface/
H A DScrollView.cpp505 MoveBy(offset, offset);
509 fTarget->MoveBy(-offset, -offset);
514 fHorizontalScrollBar->MoveBy(-offset - verticalGap, offset + verticalGap);
518 fVerticalScrollBar->MoveBy(offset + horizontalGap, -offset - horizontalGap);
795 fTarget->MoveBy(_BorderSize(), _BorderSize());
H A DButton.cpp276 MoveBy(-3.0f, -3.0f);
290 MoveBy(3.0f, 3.0f);
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp78 m_pMenuView->MoveBy(0, menuHeight + 1);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp100 MoveBy(offset - 5.0, 0.0);
/haiku/src/apps/stylededit/
H A DStatusView.cpp278 scrollBar->MoveBy(delta, 0);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp402 // MoveBy
404 ViewLayer::MoveBy(int32 x, int32 y, BRegion* dirtyRegion) function in class:ViewLayer
555 // careful, MoveBy will change fFrame
559 MoveBy(newFrame.left - fFrame.left,
H A DDesktop.cpp356 window->MoveBy(x, y);
/haiku/src/kits/tracker/
H A DTextWidget.cpp419 scrollView->MoveBy(roundf(right / 2), 0);
421 scrollView->MoveBy(right, 0);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp254 MoveBy(0, screen.Frame().bottom - Frame().bottom);
256 MoveBy(0, screen.Frame().right - Frame().right);
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp164 fMovingLayer->MoveBy(dx, dy);
/haiku/src/apps/deskbar/
H A DTimeView.cpp315 MoveBy(oldWidth - width, 0);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp580 item->MoveBy(x, y, updateRegion);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp109 scrollBar->MoveBy(0, -1);

Completed in 207 milliseconds

1234