Searched refs:FrameResized (Results 76 - 100 of 258) sorted by relevance

1234567891011

/haiku/src/apps/cortex/TransportView/
H A DTransportView.h86 virtual void FrameResized(
/haiku/src/apps/icon-o-matic/
H A DCanvasView.h38 virtual void FrameResized(float width, float height);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DColorValueView.cpp57 // FrameResized
59 ColorValueView::FrameResized(float width, float height) function in class:ColorValueView
H A DBoolValueView.cpp66 // FrameResized
68 BoolValueView::FrameResized(float width, float height) function in class:BoolValueView
/haiku/src/apps/resedit/
H A DBitmapView.h29 virtual void FrameResized(float w, float h);
H A DInternalEditors.h81 void FrameResized(float w, float h);
/haiku/src/tests/apps/miniterminal/
H A DViewBuffer.h14 virtual void FrameResized(float new_width, float new_height);
/haiku/headers/os/interface/
H A DPopUpMenu.h39 virtual void FrameResized(float newWidth, float newHeight);
H A DButton.h68 virtual void FrameResized(float newWidth, float newHeight);
H A DCheckBox.h38 virtual void FrameResized(float newWidth, float newHeight);
H A DBox.h49 virtual void FrameResized(float width, float height);
/haiku/src/libs/glut/
H A DglutWindow.h30 void FrameResized(float width, float height);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.h45 virtual void FrameResized(float width, float height);
H A DColorSlider.h43 virtual void FrameResized(float width, float height);
/haiku/src/apps/mail/
H A DSignature.h73 void FrameResized(float width, float height);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.h81 virtual void FrameResized(float, float);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h39 virtual void FrameResized(float width, float height);
/haiku/src/apps/glteapot/
H A DObjectView.h68 virtual void FrameResized(float width, float height);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.h32 virtual void FrameResized(float width, float height);
/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp123 fColorField->FrameResized(width, 40);
125 fColorSlider->FrameResized(width, 11);
127 fAlphaSlider->FrameResized(width, 11);
/haiku/headers/libs/print/libprint/
H A DPreview.h61 virtual void FrameResized(float width, float height);
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.h139 virtual void FrameResized(
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.h64 virtual void FrameResized(float newWidth, float newHeight);
/haiku/src/apps/poorman/
H A DPoorManWindow.h41 virtual void FrameResized(float width, float height);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.h74 virtual void FrameResized(float width, float height);

Completed in 90 milliseconds

1234567891011