Searched refs:FrameResized (Results 176 - 200 of 258) sorted by relevance

1234567891011

/haiku/src/apps/launchbox/
H A DMainWindow.cpp358 MainWindow::FrameResized(float width, float height) function in class:MainWindow
364 BWindow::FrameResized(width, height);
/haiku/src/kits/interface/
H A DDragger.cpp372 BDragger::FrameResized(float newWidth, float newHeight) function in class:BDragger
374 BView::FrameResized(newWidth, newHeight);
H A DMenuBar.cpp235 BMenuBar::FrameResized(float newWidth, float newHeight) function in class:BMenuBar
253 BMenu::FrameResized(newWidth, newHeight);
H A DButton.cpp471 BButton::FrameResized(float newWidth, float newHeight) function in class:BButton
473 BControl::FrameResized(newWidth, newHeight);
H A DAlert.cpp357 BAlert::FrameResized(float newWidth, float newHeight) function in class:BAlert
359 BWindow::FrameResized(newWidth, newHeight);
H A DStatusBar.cpp268 BStatusBar::FrameResized(float newWidth, float newHeight) function in class:BStatusBar
270 BView::FrameResized(newWidth, newHeight);
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp439 virtual void FrameResized(float width, float height) function in class:DescriptionTextView
441 BTextView::FrameResized(width, height);
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp58 virtual void FrameResized(float, float);
146 void FractalView::FrameResized(float, float) function in class:FractalView
/haiku/src/apps/deskbar/
H A DBarWindow.cpp247 TBarWindow::FrameResized(float width, float height) function in class:TBarWindow
250 return BWindow::FrameResized(width, height);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp138 // FrameResized
140 PropertyListView::FrameResized(float width, float height) function in class:PropertyListView
681 item->FrameResized(item->Bounds().Width(),
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp315 ValControl::FrameResized(float width, float height) function in class:ValControl
317 _Inherited::FrameResized(width,height);
322 // "# ValControl::FrameResized(): %.1f, %.1f\n",
/haiku/src/apps/glteapot/
H A DObjectView.cpp558 ObjectView::FrameResized(float width, float height) function in class:ObjectView
560 BGLView::FrameResized(width, height);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp39 FrameResized(Bounds().Width(), Bounds().Height());
417 GradientControl::FrameResized(float width, float height) function in class:GradientControl
H A DStyleView.cpp141 StyleView::FrameResized(float width, float height) function in class:StyleView
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.cpp78 ViewBuffer::FrameResized(float width, float height) function in class:ViewBuffer
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp197 SoftwareUpdaterWindow::FrameResized(float newWidth, float newHeight) function in class:SoftwareUpdaterWindow
199 BWindow::FrameResized(newWidth, newHeight);
1110 PackageListView::FrameResized(float newWidth, float newHeight) function in class:PackageListView
1112 BOutlineListView::FrameResized(newWidth, newHeight);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp147 void ParameterWindow::FrameResized( function in class:ParameterWindow
150 D_HOOK(("ParameterWindow::FrameResized()\n"));
/haiku/headers/os/interface/
H A DMenu.h80 virtual void FrameResized(float width, float height);
/haiku/src/apps/terminal/
H A DTermView.h151 virtual void FrameResized(float width, float height);
/haiku/src/kits/tracker/
H A DContainerWindow.h120 virtual void FrameResized(float, float);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp133 BListView::FrameResized(bounds.Width(), bounds.Height());
142 // FrameResized
144 DragSortableListView::FrameResized(float width, float height) function in class:DragSortableListView
146 BListView::FrameResized(width, height);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp153 BListView::FrameResized(bounds.Width(), bounds.Height());
165 DragSortableListView::FrameResized(float width, float height) function in class:DragSortableListView
167 BListView::FrameResized(width, height);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp206 FrameResized(0, 0);
562 SudokuView::FrameResized(float /*width*/, float /*height*/) function in class:SudokuView
932 FrameResized(0, 0);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp306 Chart::FrameResized(float newWidth, float newHeight) function in class:Chart
308 //printf("Chart::FrameResized(%f, %f)\n", newWidth, newHeight);
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.cpp194 PeakView::FrameResized(float width, float height) function in class:PeakView

Completed in 151 milliseconds

1234567891011