Searched refs:ResizeBy (Results 51 - 62 of 62) sorted by last modified time

123

/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/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);

Completed in 170 milliseconds

123