Searched refs:_ResizeBy (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h69 void _ResizeBy(BPoint offset, BRegion* dirty);
H A DWinDecorator.cpp567 WinDecorator::_ResizeBy(BPoint offset, BRegion* dirty) function in class:WinDecorator
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h65 virtual void _ResizeBy(BPoint offset, BRegion* dirty);
H A DMacDecorator.cpp728 MacDecorator::_ResizeBy(BPoint offset, BRegion* dirty) function in class:MacDecorator
/haiku/src/servers/app/decorator/
H A DTabDecorator.h101 virtual void _ResizeBy(BPoint offset, BRegion* dirty);
H A DDecorator.h262 virtual void _ResizeBy(BPoint offset, BRegion* dirty) = 0;
H A DDecorator.cpp704 _ResizeBy(offset, dirty);
H A DTabDecorator.cpp593 TabDecorator::_ResizeBy(BPoint offset, BRegion* dirty) function in class:TabDecorator
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp256 void _ResizeBy(float, float);
838 _ResizeBy(0, newHeight - fCachedMinHeight);
946 SysInfoView::_ResizeBy(float widthChange, float heightChange) function in class:SysInfoView
959 _ResizeBy(width - Bounds().Width(), height - Bounds().Height());
/haiku/headers/os/interface/
H A DView.h718 void _ResizeBy(int32 deltaWidth, int32 deltaHeight);
/haiku/src/kits/interface/
H A DView.cpp4873 _ResizeBy((int32)deltaWidth, (int32)deltaHeight);
6155 BView::_ResizeBy(int32 deltaWidth, int32 deltaHeight) function in class:BView
6226 _ResizeBy(widthDiff, heightDiff);
H A DWindow.cpp3183 fTopView->_ResizeBy(deltaWidth, deltaHeight);

Completed in 98 milliseconds