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

123

/haiku/src/kits/tracker/
H A DFilePanel.cpp130 fWindow->FindView("PoseView")->ResizeBy(1, 1);
131 fWindow->FindView("PoseView")->ResizeBy(-1, -1);
H A DFilePanelPriv.cpp1179 button->ResizeBy(-delta, 0);
1196 button->ResizeBy(-delta, 0);
H A DTextWidget.cpp425 scrollView->ResizeBy(grow, 0);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp73 Window()->ResizeBy(0, 70);
/haiku/src/servers/app/
H A DDesktop.cpp1556 window->ResizeBy((int32)x, (int32)y, NULL);
1562 // ResizeBy()
1577 window->ResizeBy((int32)x, (int32)y, &newDirtyRegion);
H A DServerWindow.cpp1410 fCurrentView->ResizeBy(deltaWidth, deltaHeight, &dirty);
H A DView.cpp677 View::ResizeBy(int32 x, int32 y, BRegion* dirtyRegion) function in class:View
759 ResizeBy(widthDiff, heightDiff, dirtyRegion);
H A DView.h124 void ResizeBy(int32 dx, int32 dy,
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,
/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
H A DDecorator.h178 void ResizeBy(float x, float y, BRegion* dirty);
179 void ResizeBy(BPoint offset, BRegion* dirty);

Completed in 121 milliseconds

123