Searched refs:ResizeBy (Results 1 - 25 of 62) sorted by relevance

123

/haiku/src/apps/terminal/
H A DSmartTabView.cpp162 ContainerView()->ResizeBy(0, -TabHeight());
176 Window()->ResizeBy(0, TabHeight());
183 bar->ResizeBy(0, -1);
210 Window()->ResizeBy(0, -TabHeight());
217 bar->ResizeBy(0, 1);
223 ContainerView()->ResizeBy(0, TabHeight());
/haiku/src/tests/servers/app/following/
H A Dmain.cpp106 ResizeBy(offset.x, 0.0);
110 ResizeBy(0.0, offset.y);
114 ResizeBy(offset.x, offset.y);
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp54 backgroundView->ResizeBy(0, textHeight + 5);
55 ResizeBy(0, textHeight + 5);
56 fTextView->ResizeBy(0, textHeight - textRect.Height());
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h131 // resizes the items frame to given dimensions; simply calls the ResizeBy
136 { ResizeBy(width - Frame().Width(), height - Frame().Height()); }
217 virtual void ResizeBy( function in class:DiagramItem
H A DDiagramBox.h82 virtual void ResizeBy(float horizontal, float vertical);
H A DDiagramEndPoint.h147 virtual void ResizeBy(
H A DDiagramEndPoint.cpp288 void DiagramEndPoint::ResizeBy( function in class:DiagramEndPoint
292 D_METHOD(("DiagramEndPoint::ResizeBy()\n"));
H A DDiagramBox.cpp302 DiagramBox::ResizeBy(float horizontal, float vertical) function in class:DiagramBox
304 D_METHOD(("DiagramBox::ResizeBy()\n"));
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h22 void ResizeBy(float dx, float dy);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h81 void ResizeBy( int32 dx, int32 dy,
H A DWindowLayer.h79 void ResizeBy(int32 x, int32 y, BRegion* dirtyRegion);
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp81 control.ResizeBy(widthExpand, 0);
82 pTextView->ResizeBy(widthExpand, 0);
/haiku/src/apps/activitymonitor/
H A DActivityWindow.cpp140 ResizeBy(0, firstView->Bounds().Height() + fLayout->Spacing());
153 ResizeBy(0, -view->Bounds().Height() - fLayout->Spacing());
/haiku/src/apps/stylededit/
H A DStatusView.cpp276 ResizeBy(delta, 0);
278 scrollBar->ResizeBy(-delta, 0);
/haiku/src/kits/tracker/
H A DFilePanel.cpp130 fWindow->FindView("PoseView")->ResizeBy(1, 1);
131 fWindow->FindView("PoseView")->ResizeBy(-1, -1);
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp157 window->ResizeBy(1, 2);
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp132 window->ResizeBy( x, y);
/haiku/src/servers/app/decorator/
H A DDecorator.h178 void ResizeBy(float x, float y, BRegion* dirty);
179 void ResizeBy(BPoint offset, BRegion* dirty);
/haiku/src/kits/interface/
H A DScrollView.cpp209 fHorizontalScrollBar->ResizeBy(-B_V_SCROLL_BAR_WIDTH, 0);
211 fVerticalScrollBar->ResizeBy(0, -B_H_SCROLL_BAR_HEIGHT);
506 ResizeBy(-resize - horizontalGap, -resize - verticalGap);
515 fHorizontalScrollBar->ResizeBy(resize + horizontalGap - change, 0);
519 fVerticalScrollBar->ResizeBy(0, resize + verticalGap - change);
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp106 scrollBar->ResizeBy(0, 2);
107 Target()->ResizeBy(1, 0);
/haiku/src/apps/pulse/
H A DCPUButton.cpp322 ResizeBy(4, 4);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp73 Window()->ResizeBy(0, 70);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp91 ResizeBy(preferredSize.Width() - Bounds().Width(),
/haiku/src/apps/tv/
H A DMainWin.cpp917 fVideoView->ResizeBy(0, fMenuBarHeight);
919 ResizeBy(0, - fMenuBarHeight);
924 fVideoView->ResizeBy(0, -fMenuBarHeight);
926 ResizeBy(0, fMenuBarHeight);
/haiku/src/servers/app/
H A DView.h124 void ResizeBy(int32 dx, int32 dy,

Completed in 360 milliseconds

123