Searched refs:FrameResized (Results 26 - 50 of 258) sorted by relevance

1234567891011

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.h26 virtual void FrameResized(float width, float height);
/haiku/src/apps/webpositive/
H A DDownloadWindow.h29 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/haiku3d/
H A DRenderView.h27 virtual void FrameResized(float width, float height);
/haiku/src/tools/translation/inspector/
H A DImageView.h49 void FrameResized(float width, float height);
/haiku/headers/private/shared/
H A DBarberPole.h34 virtual void FrameResized(float width, float height);
H A DToolBar.h46 virtual void FrameResized(float width, float height);
/haiku/src/tests/servers/app/hide_and_show/
H A DHideAndShow.cpp26 virtual void FrameResized(float width, float height);
80 Window::FrameResized(float width, float height) function in class:Window
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp19 virtual void FrameResized(float newWidth, float newHeight);
140 void SampleGLView::FrameResized(float newWidth, float newHeight) function in class:SampleGLView
142 BGLView::FrameResized(newWidth, newHeight);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp33 FrameResized(Bounds().Width(), Bounds().Height());
36 // FrameResized
38 Group::FrameResized(float width, float height) function in class:Group
69 FrameResized(Bounds().Width(), Bounds().Height());
H A DIconOptionsControl.h40 virtual void FrameResized(float width, float height);
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp117 void ParameterContainerView::FrameResized( function in class:ParameterContainerView
120 D_HOOK(("ParameterContainerView::FrameResized()\n"));
122 BView::FrameResized(width, height);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.h84 virtual void FrameResized(
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.h140 virtual void FrameResized(float width, float height);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DTextInputValueView.cpp52 // FrameResized
54 TextInputValueView::FrameResized(float width, float height) function in class:TextInputValueView
/haiku/src/apps/networkstatus/
H A DRadioView.h39 virtual void FrameResized(float width, float height);
H A DNetworkStatusView.h49 virtual void FrameResized(float width, float height);
/haiku/src/apps/soundrecorder/
H A DScopeView.h30 virtual void FrameResized(float width, float height);
H A DTrackSlider.h47 virtual void FrameResized(float width, float height);
/haiku/src/apps/tv/
H A DMainWin.h44 void FrameResized(float new_width, float new_height);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp28 virtual void FrameResized(float width, float height) function in class:View
/haiku/src/apps/pairs/
H A DPairsView.h40 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.h26 virtual void FrameResized(float width, float height);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.h34 virtual void FrameResized(float width, float height);
/haiku/src/apps/haikudepot/textview/
H A DTextView.cpp46 TextView::FrameResized(float width, float height) function in class:TextView
/haiku/src/apps/mediaplayer/interface/
H A DPeakView.h52 virtual void FrameResized(float width, float height);

Completed in 79 milliseconds

1234567891011