Searched refs:_height (Results 26 - 50 of 97) sorted by relevance

1234

/haiku/src/apps/diskusage/
H A DPieView.cpp54 virtual void GetContentSize(float* _width, float* _height);
101 AppMenuItem::GetContentSize(float* _width, float* _height) argument
103 BMenuItem::GetContentSize(_width, _height);
106 if (_height)
107 *_height = max_c(*_height, fIcon->Bounds().Height());
/haiku/src/kits/interface/
H A DAlert.cpp57 virtual void GetPreferredSize(float* _width, float* _height);
720 TAlertView::GetPreferredSize(float* _width, float* _height) argument
730 if (_height != NULL) {
731 *_height = be_control_look->DefaultLabelSpacing();
733 *_height += fIconBitmap->Bounds().Height();
735 *_height += be_control_look->ComposeIconSize(B_LARGE_ICON).Height();
H A DCheckBox.cpp293 BCheckBox::GetPreferredSize(float* _width, float* _height) argument
300 if (_height)
301 *_height = fPreferredSize.height;
H A DRadioButton.cpp248 BRadioButton::GetPreferredSize(float* _width, float* _height) argument
274 if (_height != NULL)
275 *_height = height;
H A DStringView.cpp188 BStringView::GetPreferredSize(float* _width, float* _height) argument
195 if (_height)
196 *_height = fPreferredSize.height;
H A DSeparatorView.cpp266 BSeparatorView::GetPreferredSize(float* _width, float* _height) argument
300 if (_height != NULL)
301 *_height = height;
/haiku/src/preferences/input/
H A DMouseView.cpp124 MouseView::GetPreferredSize(float* _width, float* _height) argument
128 if (_height != NULL)
129 *_height = fScaling * 104;
/haiku/src/apps/pulse/
H A DConfigView.cpp163 ConfigView::GetPreferredSize(float* _width, float* _height) argument
188 if (_height)
189 *_height = bottom + 8.0f;
/haiku/headers/os/interface/
H A DControl.h66 float* _height);
H A DButton.h64 float* _height);
H A DCheckBox.h51 float* _height);
H A DBox.h63 virtual void GetPreferredSize(float* _width, float* _height);
H A DStatusBar.h37 float* _height);
H A DRadioButton.h37 float* _height);
H A DStringView.h42 float* _height);
H A DMenuBar.h54 float* _height);
H A DMenuItem.h52 virtual void GetContentSize(float* _width, float* _height);
H A DDragger.h62 float* _height);
H A DScrollBar.h78 float* _height);
H A DPictureButton.h42 float* _height);
H A DChannelSlider.h58 virtual void GetPreferredSize(float* _width, float* _height);
H A DTextControl.h69 float* _height);
H A DColorControl.h64 float* _height);
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp193 MemoryBarMenuItem::GetContentSize(float* _width, float* _height) argument
195 IconMenuItem::GetContentSize(_width, _height);
/haiku/src/apps/diskprobe/
H A DDataView.h52 virtual void GetPreferredSize(float* _width, float* _height);

Completed in 207 milliseconds

1234