Searched refs:_height (Results 1 - 25 of 97) sorted by relevance

1234

/haiku/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.h16 virtual void GetContentSize(float* _width, float* _height);
H A DKernelMemoryBarMenuItem.cpp155 KernelMemoryBarMenuItem::GetContentSize(float* _width, float* _height) argument
157 BMenuItem::GetContentSize(_width, _height);
158 if (*_height < 16)
159 *_height = 16;
H A DMemoryBarMenuItem.h19 virtual void GetContentSize(float* _width, float* _height);
/haiku/src/kits/shared/
H A DStripeView.cpp71 BStripeView::GetPreferredSize(float* _width, float* _height) argument
76 if (_height != NULL)
77 *_height = fPreferredHeight;
/haiku/src/kits/interface/
H A DSeparatorItem.cpp63 BSeparatorItem::GetContentSize(float* _width, float* _height) argument
69 if (_height != NULL)
70 *_height = 2.0;
75 if (_height != NULL) {
81 *_height = max_c(4, height);
H A DColorMenuItem.cpp117 BColorMenuItem::GetContentSize(float* _width, float* _height) argument
126 if (_height != NULL)
127 *_height = height;
H A DOptionPopUp.cpp283 BOptionPopUp::GetPreferredSize(float* _width, float* _height) argument
288 if (_height != NULL) {
292 *_height = max_c(height, fontHeight.ascent + fontHeight.descent
/haiku/headers/os/interface/
H A DSeparatorItem.h27 virtual void GetContentSize(float* _width, float* _height);
H A DPopUpMenu.h50 float* _height);
H A DOptionPopUp.h48 float* _height);
/haiku/headers/private/shared/
H A DStripeView.h28 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/headers/private/kernel/
H A Dconsole.h21 status_t (*get_size)(int32 *_width, int32 *_height);
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.h28 float* _height);
H A DSeekSlider.cpp124 SeekSlider::GetPreferredSize(float* _width, float* _height) argument
126 BSlider::GetPreferredSize(_width, _height);
131 if (_height != NULL) {
134 *_height += scaledThumbFrame.Height() - unscaledThumbFrame.Height();
/haiku/src/apps/pulse/
H A DConfigView.h37 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/stylededit/
H A DStatusView.h36 virtual void GetPreferredSize(float* _width, float* _height);
H A DStatusView.cpp93 StatusView::GetPreferredSize(float* _width, float* _height) argument
100 if (_height)
101 *_height = fPreferredSize.height;
/haiku/src/preferences/input/
H A DMouseView.h31 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/showimage/
H A DShowImageStatusView.h32 virtual void GetPreferredSize(float* _width, float* _height);
H A DShowImageStatusView.cpp54 ShowImageStatusView::GetPreferredSize(float* _width, float* _height) argument
61 if (_height)
62 *_height = fPreferredSize.height;
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp95 StatusMenuItem::GetContentSize(float* _width, float* _height) argument
105 if (_height != NULL)
106 *_height = height;
H A DStatusMenuField.h30 virtual void GetContentSize(float* _width, float* _height);
/haiku/headers/private/interface/
H A DColorMenuItem.h31 virtual void GetContentSize(float* _width, float* _height);
/haiku/src/kits/tracker/
H A DDialogPane.h64 float* _height);
H A DDialogPane.cpp189 PaneSwitch::GetPreferredSize(float* _width, float* _height) argument
195 if (_height != NULL)
196 *_height = size.height;

Completed in 94 milliseconds

1234