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

123

/haiku/src/apps/expander/
H A DExpanderWindow.cpp726 ResizeBy(delta, 0.0f);
/haiku/headers/os/interface/
H A DView.h571 void ResizeBy(float dh, float dv);
/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/kits/interface/
H A DView.cpp4852 BView::ResizeBy(float deltaWidth, float deltaHeight) function in class:BView
4880 ResizeBy(width - fBounds.Width(), height - fBounds.Height());
4887 ResizeBy(size.width - fBounds.Width(), size.height - fBounds.Height());
6150 is called outside of ResizeBy() is as reaction of resizing a view
H A DColumnListView.cpp1114 fHorizontalScrollBar->ResizeBy(-(width + 1), 0);
1141 fHorizontalScrollBar->ResizeBy(width, 0);
H A DWindow.cpp207 "ResizeBy", 'WDRB', B_COMMAND_KIND,
2402 BWindow::ResizeBy(float dx, float dy) function in class:BWindow
H A DTextView.cpp5126 fContainerView->ResizeBy(grow, 0);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp951 ResizeBy(widthChange, heightChange);
/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);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1648 ResizeBy(0, sizeDelta);

Completed in 170 milliseconds

123