ResizeBy
void ResizeBy(float dh, float dv);
void ResizeBy(float dx, float dy);
backgroundView->ResizeBy(0, textHeight + 5);
ResizeBy(0, textHeight + 5);
fTextView->ResizeBy(0, textHeight - textRect.Height());
window->ResizeBy( x, y);
ResizeBy(widthChange, heightChange);
ResizeBy(0, firstView->Bounds().Height() + fLayout->Spacing());
ResizeBy(0, -view->Bounds().Height() - fLayout->Spacing());
virtual void ResizeBy(float horizontal, float vertical);
virtual void ResizeBy(
{ ResizeBy(width - Frame().Width(), height - Frame().Height()); }
virtual void ResizeBy(
ResizeBy(- B_V_SCROLL_BAR_WIDTH, 0.0);
m_statusView->ResizeBy(diff, 0.0);
m_hScrollBar->ResizeBy(-diff, 0.0);
ResizeBy(x, 0.0);
m_scrollBar->ResizeBy(-x, 0.0);
ResizeBy(preferredSize.Width() - Bounds().Width(),
fReplicantTray->ResizeBy(-(gDragWidth + kGutter), 0);
fReplicantTray->ResizeBy(0, -4);
fReplicantTray->ResizeBy(-2, 0);
Window()->ResizeBy(delta, 0);
Window()->ResizeBy(delta, 0);
ResizeBy(0, sizeDelta);
ResizeBy(be_plain_font->StringWidth("M") * 15, 0);
ResizeBy(delta, 0.0f);
scrollBar->ResizeBy(0, 1);
if (poseview) poseview->ResizeBy(0, -height);
ResizeBy(0, -(fControlsHeight + fMenuBarHeight));
ResizeBy(0, fControlsHeight + fMenuBarHeight);
scrollBar->ResizeBy(0, 2);
ResizeBy(0, screenFrame.bottom - Frame().bottom - 10);
ResizeBy(4, 4);
fTermView->ResizeBy(0, fStatusBar->Bounds().Height() - 1);
fTermView->ResizeBy(0, -(fStatusBar->Bounds().Height() - 1));
fScrollArea->ResizeBy(0, -offset);
fScrollArea->ResizeBy(0, -diff);
ResizeBy(delta, 0);
scrollBar->ResizeBy(-delta, 0);
ContainerView()->ResizeBy(0, -TabHeight());
Window()->ResizeBy(0, TabHeight());
bar->ResizeBy(0, -1);
Window()->ResizeBy(0, -TabHeight());
bar->ResizeBy(0, 1);
ContainerView()->ResizeBy(0, TabHeight());
fTabView->ResizeBy(0, -mbHeight);
->ResizeBy(0, -(be_control_look->GetScrollBarWidth(B_VERTICAL) - 1));
_TermViewAt(i)->ScrollBar()->ResizeBy(0,
fTabView->ResizeBy(0, mbHeight);
_TermViewAt(i)->ScrollBar()->ResizeBy(0,
fVideoView->ResizeBy(0, fMenuBarHeight);
ResizeBy(0, - fMenuBarHeight);
fVideoView->ResizeBy(0, -fMenuBarHeight);
ResizeBy(0, fMenuBarHeight);
scrollBar->ResizeBy(2, 0);
scrollBar->ResizeBy(0, 2);
Target()->ResizeBy(1, 1);
ResizeBy(6.0f, 6.0f);
ResizeBy(-6.0f, -6.0f);
fHorizontalScrollBar->ResizeBy(-(width + 1), 0);
fHorizontalScrollBar->ResizeBy(width, 0);
fHorizontalScrollBar->ResizeBy(-B_V_SCROLL_BAR_WIDTH, 0);
fVerticalScrollBar->ResizeBy(0, -B_H_SCROLL_BAR_HEIGHT);
ResizeBy(-resize - horizontalGap, -resize - verticalGap);
fHorizontalScrollBar->ResizeBy(resize + horizontalGap - change, 0);
fVerticalScrollBar->ResizeBy(0, resize + verticalGap - change);
fContainerView->ResizeBy(grow, 0);
ResizeBy(width - fBounds.Width(), height - fBounds.Height());
ResizeBy(size.width - fBounds.Width(), size.height - fBounds.Height());
fWindow->FindView("PoseView")->ResizeBy(1, 1);
fWindow->FindView("PoseView")->ResizeBy(-1, -1);
button->ResizeBy(-delta, 0);
button->ResizeBy(-delta, 0);
scrollView->ResizeBy(grow, 0);
Window()->ResizeBy(0, 70);
window->ResizeBy((int32)x, (int32)y, NULL);
window->ResizeBy((int32)x, (int32)y, &newDirtyRegion);
fCurrentView->ResizeBy(deltaWidth, deltaHeight, &dirty);
ResizeBy(widthDiff, heightDiff, dirtyRegion);
void ResizeBy(int32 dx, int32 dy,
ResizeBy((int32)xDiff, (int32)yDiff, NULL);
window->ResizeBy(deltaByX, deltaByY, &dirty, false);
fTopView->ResizeBy(x, y, dirtyRegion);
decorator->ResizeBy(x, y, dirtyRegion);
window->ResizeBy(x, y, dirtyRegion, false);
fTopView->ResizeBy((int32)(fFrame.Width() - fTopView->Frame().Width()),
void ResizeBy(int32 x, int32 y,
ResizeBy(BPoint(x, y), dirty);
void ResizeBy(float x, float y, BRegion* dirty);
void ResizeBy(BPoint offset, BRegion* dirty);
parent->ResizeBy(0, height);
control.ResizeBy(widthExpand, 0);
pTextView->ResizeBy(widthExpand, 0);
ResizeBy(offset.x, 0.0);
ResizeBy(0.0, offset.y);
ResizeBy(offset.x, offset.y);
void ResizeBy(float dx, float dy);
fMovingLayer->ResizeBy(dx, dy);
window->ResizeBy(x, y, &newDirtyRegion);
ResizeBy(widthDiff, heightDiff, dirtyRegion);
void ResizeBy( int32 dx, int32 dy,
fTopLayer->ResizeBy(x, y, dirtyRegion);
void ResizeBy(int32 x, int32 y, BRegion* dirtyRegion);
window->ResizeBy(1, 2);