Searched refs:_width (Results 1 - 25 of 98) sorted by relevance

1234

/haiku/src/apps/processcontroller/
H A DKernelMemoryBarMenuItem.h16 virtual void GetContentSize(float* _width, float* _height);
H A DMemoryBarMenuItem.h19 virtual void GetContentSize(float* _width, float* _height);
H A DKernelMemoryBarMenuItem.cpp155 KernelMemoryBarMenuItem::GetContentSize(float* _width, float* _height) argument
157 BMenuItem::GetContentSize(_width, _height);
161 *_width += 20 + kBarWidth + kMargin + gMemoryTextWidth;
/haiku/src/kits/shared/
H A DStripeView.cpp71 BStripeView::GetPreferredSize(float* _width, float* _height) argument
73 if (_width != NULL)
74 *_width = fPreferredWidth;
/haiku/src/kits/interface/
H A DSeparatorItem.cpp63 BSeparatorItem::GetContentSize(float* _width, float* _height) argument
66 if (_width != NULL)
67 *_width = 2.0;
72 if (_width != NULL)
73 *_width = 2.0;
H A DColorMenuItem.cpp117 BColorMenuItem::GetContentSize(float* _width, float* _height) argument
123 if (_width != NULL)
124 *_width = _LeftMargin() + _ColorRectWidth() + _Padding() + labelWidth;
H A DOptionPopUp.cpp283 BOptionPopUp::GetPreferredSize(float* _width, float* _height) argument
296 if (_width != NULL) {
299 *_width = width;
/haiku/headers/os/interface/
H A DSeparatorItem.h27 virtual void GetContentSize(float* _width, float* _height);
H A DPopUpMenu.h49 virtual void GetPreferredSize(float* _width,
H A DOptionPopUp.h47 virtual void GetPreferredSize(float* _width,
/haiku/src/kits/tracker/
H A DStatusWindow.h131 BString _DestinationString(float* _width);
133 float fontSize, float* _width);
136 float* _width);
141 float* _width);
H A DDialogPane.h63 virtual void GetPreferredSize(float* _width,
H A DStatusWindow.cpp700 BStatusView::_DestinationString(float* _width) argument
706 *_width = ceilf(StringWidth(buffer.String()));
709 *_width = 0;
717 float* _width)
727 status = _SpeedStatusString(availableSpace, _width);
729 status = _TimeStatusString(availableSpace, _width);
738 BStatusView::_SpeedStatusString(float availableSpace, float* _width) argument
741 *_width = StringWidth(string.String());
742 if (*_width > availableSpace) {
744 *_width
716 _StatusString(float availableSpace, float fontSize, float* _width) argument
789 _TimeStatusString(float availableSpace, float* _width) argument
[all...]
/haiku/headers/private/shared/
H A DStripeView.h28 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp124 SeekSlider::GetPreferredSize(float* _width, float* _height) argument
126 BSlider::GetPreferredSize(_width, _height);
127 if (_width != NULL) {
129 *_width = max_c(*_width, minWidth);
H A DSeekSlider.h27 virtual void GetPreferredSize(float* _width,
/haiku/headers/private/kernel/
H A Dconsole.h21 status_t (*get_size)(int32 *_width, int32 *_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);
/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
58 if (_width)
59 *_width = fPreferredSize.width;
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp95 StatusMenuItem::GetContentSize(float* _width, float* _height) argument
102 if (_width != NULL)
103 *_width = Menu()->Bounds().Width() - IconRect().Width() - Spacing() * 4;
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);

Completed in 161 milliseconds

1234