Searched refs:FrameResized (Results 151 - 175 of 258) sorted by relevance

1234567891011

/haiku/src/kits/game/
H A DDirectWindow.cpp251 BDirectWindow::FrameResized(float newWidth, float newHeight) function in class:BDirectWindow
253 inherited::FrameResized(newWidth, newHeight);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp42 FrameResized(Bounds().Width(), Bounds().Height());
178 // FrameResized
180 ColorField::FrameResized(float width, float height) function in class:ColorField
/haiku/src/kits/interface/
H A DCheckBox.cpp168 BCheckBox::FrameResized(float newWidth, float newHeight) function in class:BCheckBox
170 BControl::FrameResized(newWidth, newHeight);
H A DRadioButton.cpp358 BRadioButton::FrameResized(float newWidth, float newHeight) function in class:BRadioButton
361 BControl::FrameResized(newWidth, newHeight);
H A DStringView.cpp257 BStringView::FrameResized(float newWidth, float newHeight) function in class:BStringView
259 BView::FrameResized(newWidth, newHeight);
H A DChannelControl.cpp196 BChannelControl::FrameResized(float newWidth, float newHeight) function in class:BChannelControl
198 BView::FrameResized(newWidth, newHeight);
/haiku/src/apps/mail/
H A DSignature.cpp273 TSignatureWindow::FrameResized(float width, float height) function in class:TSignatureWindow
275 fSigView->FrameResized(width, height);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconOptionsControl.cpp147 // FrameResized
149 IconOptionsControl::FrameResized(float width, float height) function in class:IconOptionsControl
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h165 virtual void FrameResized(float new_width, float new_height);
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp119 void MiniPulseView::FrameResized(float width, float height) { function in class:MiniPulseView
/haiku/src/apps/sudoku/
H A DSudokuView.h77 virtual void FrameResized(float width, float height);
/haiku/headers/os/interface/
H A DChannelControl.h36 virtual void FrameResized(float newWidth, float newHeight);
H A DSlider.h69 virtual void FrameResized(float width, float height);
H A DTabView.h156 virtual void FrameResized(float newWidth, float newHeight);
H A DListView.h53 virtual void FrameResized(float newWidth, float newHeight);
H A DOutlineListView.h35 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/networkstatus/
H A DRadioView.cpp169 RadioView::FrameResized(float /*width*/, float /*height*/) function in class:RadioView
/haiku/headers/private/shared/
H A DCalendarView.h46 virtual void FrameResized(float width, float height);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp277 ScopeView::FrameResized(float width, float height) function in class:ScopeView
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp121 void PreviewView::FrameResized(float width, float height) { function in class:PreviewView
/haiku/src/apps/terminal/
H A DTermWindow.h76 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/kits/shared/
H A DBarberPole.cpp251 BarberPole::FrameResized(float width, float height) function in class:BarberPole
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp103 virtual void FrameResized( function in class:_GroupInfoView
107 _inherited::FrameResized(width, height);
320 void TransportView::FrameResized( function in class:TransportView
324 _inherited::FrameResized(width, height);
/haiku/src/apps/showimage/
H A DShowImageView.h38 virtual void FrameResized(float width, float height);
/haiku/src/apps/magnify/
H A DMagnify.cpp724 TWindow::FrameResized(float w, float h) function in class:TWindow
1179 TInfoView::FrameResized(float width, float height) function in class:TInfoView
1181 BBox::FrameResized(width, height);
1390 TMagnify::FrameResized(float newW, float newH) function in class:TMagnify
1965 TOSMagnify::FrameResized(float width, float height) function in class:TOSMagnify
1967 BView::FrameResized(width, height);

Completed in 198 milliseconds

1234567891011