Searched refs:new_width (Results 1 - 6 of 6) sorted by relevance

/haiku/src/servers/mail/
H A DErrorLogWindow.h14 void FrameResized(float new_width, float new_height);
/haiku/src/apps/tv/
H A DMainWin.h44 void FrameResized(float new_width, float new_height);
H A DMainWin.cpp654 MainWin::FrameResized(float new_width, float new_height) argument
659 if (new_width != Bounds().Width() || new_height != Bounds().Height()) {
664 printf("FrameResized enter: new_width %.0f, new_height %.0f, bounds width "
665 "%.0f, bounds height %.0f\n", new_width, new_height, Bounds().Width(),
794 int new_width = int(max_width); local
801 display_aspect_ratio, new_width, new_height);
804 ResizeTo(new_width - 1, new_height - 1 + (fNoMenu ? 0
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h14 virtual void FrameResized(float new_width, float new_height);
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h165 virtual void FrameResized(float new_width, float new_height);
H A DChartWindow.cpp1111 ChartWindow::FrameResized(float new_width, float new_height) argument

Completed in 50 milliseconds