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

123

/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/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp132 window->ResizeBy( x, y);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.cpp302 DiagramBox::ResizeBy(float horizontal, float vertical) function in class:DiagramBox
304 D_METHOD(("DiagramBox::ResizeBy()\n"));
H A DDiagramBox.h82 virtual void ResizeBy(float horizontal, float vertical);
H A DDiagramEndPoint.cpp288 void DiagramEndPoint::ResizeBy( function in class:DiagramEndPoint
292 D_METHOD(("DiagramEndPoint::ResizeBy()\n"));
H A DDiagramEndPoint.h147 virtual void ResizeBy(
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
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.cpp268 ResizeBy(x, 0.0);
276 m_scrollBar->ResizeBy(-x, 0.0);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistWindow.cpp110 scrollBar->ResizeBy(0, 2);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp310 parent->ResizeBy(0, height);
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp81 control.ResizeBy(widthExpand, 0);
82 pTextView->ResizeBy(widthExpand, 0);
/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/tests/servers/app/newClipping/
H A DLayer.cpp345 Layer::ResizeBy(float dx, float dy) function in class:Layer
H A DLayer.h22 void ResizeBy(float dx, float dy);
H A DMyView.cpp161 fMovingLayer->ResizeBy(dx, dy);
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp396 window->ResizeBy(x, y, &newDirtyRegion);
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 DViewLayer.h81 void ResizeBy( int32 dx, int32 dy,
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 DWindowLayer.h79 void ResizeBy(int32 x, int32 y, BRegion* dirtyRegion);
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp157 window->ResizeBy(1, 2);
/haiku/headers/os/interface/
H A DView.h571 void ResizeBy(float dh, float dv);
H A DWindow.h172 void ResizeBy(float dx, float dy);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp951 ResizeBy(widthChange, heightChange);
/haiku/src/apps/activitymonitor/
H A DActivityWindow.cpp140 ResizeBy(0, firstView->Bounds().Height() + fLayout->Spacing());
153 ResizeBy(0, -view->Bounds().Height() - fLayout->Spacing());

Completed in 156 milliseconds

123