Searched refs:ResizeBy (Results 26 - 50 of 62) sorted by relevance

123

/haiku/src/servers/app/
H A DWindow.cpp155 // TODO: MOVE THIS AWAY!!! ResizeBy contains calls to virtual methods!
158 // ResizeBy(width - frame.Width(), height - frame.Height(), NULL);
333 Window::ResizeBy(int32 x, int32 y, BRegion* dirtyRegion, bool resizeStack) function in class:Window
371 fTopView->ResizeBy(x, y, dirtyRegion);
377 decorator->ResizeBy(x, y, dirtyRegion);
384 window->ResizeBy(x, y, dirtyRegion, false);
574 fTopView->ResizeBy((int32)(fFrame.Width() - fTopView->Frame().Width()),
1891 // in response to Window::ResizeBy(), which
2060 ResizeBy((int32)xDiff, (int32)yDiff, NULL);
2181 window->ResizeBy(deltaBy
[all...]
H A DWindow.h128 void ResizeBy(int32 x, int32 y,
H A DView.cpp677 View::ResizeBy(int32 x, int32 y, BRegion* dirtyRegion) function in class:View
759 ResizeBy(widthDiff, heightDiff, dirtyRegion);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp268 ResizeBy(x, 0.0);
276 m_scrollBar->ResizeBy(-x, 0.0);
H A DRouteWindow.cpp445 m_statusView->ResizeBy(diff, 0.0);
446 m_hScrollBar->ResizeBy(-diff, 0.0);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp469 // ResizeBy
471 ViewLayer::ResizeBy(int32 x, int32 y, BRegion* dirtyRegion) function in class:ViewLayer
562 ResizeBy(widthDiff, heightDiff, dirtyRegion);
H A DWindowLayer.cpp292 // ResizeBy
294 WindowLayer::ResizeBy(int32 x, int32 y, BRegion* dirtyRegion) function in class:WindowLayer
318 fTopLayer->ResizeBy(x, y, dirtyRegion);
815 // in respond to WindowLayer::ResizeBy(), which
H A DDesktop.cpp396 window->ResizeBy(x, y, &newDirtyRegion);
/haiku/src/kits/interface/
H A DButton.cpp275 ResizeBy(6.0f, 6.0f);
289 ResizeBy(-6.0f, -6.0f);
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp488 fTermView->ResizeBy(0, fStatusBar->Bounds().Height() - 1);
497 fTermView->ResizeBy(0, -(fStatusBar->Bounds().Height() - 1));
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp161 fMovingLayer->ResizeBy(dx, dy);
H A DLayer.cpp345 Layer::ResizeBy(float dx, float dy) function in class:Layer
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.cpp114 if (poseview) poseview->ResizeBy(0, -height);
/haiku/src/servers/app/decorator/
H A DDecorator.cpp693 Decorator::ResizeBy(float x, float y, BRegion* dirty) function in class:Decorator
695 ResizeBy(BPoint(x, y), dirty);
700 Decorator::ResizeBy(BPoint offset, BRegion* dirty) function in class:Decorator
/haiku/src/apps/deskbar/
H A DBarView.cpp534 fReplicantTray->ResizeBy(-(gDragWidth + kGutter), 0);
552 fReplicantTray->ResizeBy(0, -4);
556 fReplicantTray->ResizeBy(-2, 0);
H A DStatusView.cpp1897 Window()->ResizeBy(delta, 0);
1906 Window()->ResizeBy(delta, 0);
/haiku/src/apps/terminal/
H A DTermWindow.cpp967 _TermViewAt(i)->ScrollBar()->ResizeBy(0,
971 fTabView->ResizeBy(0, mbHeight);
987 _TermViewAt(i)->ScrollBar()->ResizeBy(0,
992 fTabView->ResizeBy(0, -mbHeight);
1352 ->ResizeBy(0, -(be_control_look->GetScrollBarWidth(B_VERTICAL) - 1));
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp310 parent->ResizeBy(0, height);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp110 scrollBar->ResizeBy(0, 2);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp205 ResizeBy(- B_V_SCROLL_BAR_WIDTH, 0.0);
/haiku/headers/os/interface/
H A DWindow.h172 void ResizeBy(float dx, float dy);
/haiku/src/apps/people/
H A DPersonWindow.cpp341 ResizeBy(0, screenFrame.bottom - Frame().bottom - 10);
/haiku/src/kits/tracker/
H A DTextWidget.cpp425 scrollView->ResizeBy(grow, 0);
H A DFilePanelPriv.cpp1179 button->ResizeBy(-delta, 0);
1196 button->ResizeBy(-delta, 0);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1106 fScrollArea->ResizeBy(0, -offset);
1686 fScrollArea->ResizeBy(0, -diff);

Completed in 172 milliseconds

123