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

123

/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp1179 button->ResizeBy(-delta, 0);
1196 button->ResizeBy(-delta, 0);
H A DTextWidget.cpp425 scrollView->ResizeBy(grow, 0);
H A DFilePanel.cpp130 fWindow->FindView("PoseView")->ResizeBy(1, 1);
131 fWindow->FindView("PoseView")->ResizeBy(-1, -1);
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1106 fScrollArea->ResizeBy(0, -offset);
1686 fScrollArea->ResizeBy(0, -diff);
/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/apps/deskbar/
H A DSwitcher.cpp1648 ResizeBy(0, sizeDelta);
H A DStatusView.cpp1897 Window()->ResizeBy(delta, 0);
1906 Window()->ResizeBy(delta, 0);
H A DBarView.cpp534 fReplicantTray->ResizeBy(-(gDragWidth + kGutter), 0);
552 fReplicantTray->ResizeBy(0, -4);
556 fReplicantTray->ResizeBy(-2, 0);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp951 ResizeBy(widthChange, heightChange);
/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);
H A DTextView.cpp5126 fContainerView->ResizeBy(grow, 0);
H A DColumnListView.cpp1114 fHorizontalScrollBar->ResizeBy(-(width + 1), 0);
1141 fHorizontalScrollBar->ResizeBy(width, 0);
/haiku/src/servers/app/
H A DWindow.h128 void ResizeBy(int32 x, int32 y,
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 DView.h124 void ResizeBy(int32 dx, int32 dy,
H A DView.cpp677 View::ResizeBy(int32 x, int32 y, BRegion* dirtyRegion) function in class:View
759 ResizeBy(widthDiff, heightDiff, dirtyRegion);
H A DServerWindow.cpp1410 fCurrentView->ResizeBy(deltaWidth, deltaHeight, &dirty);
H A DDesktop.cpp1556 window->ResizeBy((int32)x, (int32)y, NULL);
1562 // ResizeBy()
1577 window->ResizeBy((int32)x, (int32)y, &newDirtyRegion);
/haiku/src/apps/people/
H A DPersonWindow.cpp341 ResizeBy(0, screenFrame.bottom - Frame().bottom - 10);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2622 ResizeBy(0, -(fControlsHeight + fMenuBarHeight));
2626 ResizeBy(0, fControlsHeight + fMenuBarHeight);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp1361 scrollBar->ResizeBy(0, 1);
/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/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/apps/icon-o-matic/gui/
H A DSavePanel.cpp114 if (poseview) poseview->ResizeBy(0, -height);
/haiku/headers/os/interface/
H A DView.h571 void ResizeBy(float dh, float dv);

Completed in 318 milliseconds

123