Searched refs:_width (Results 51 - 75 of 98) sorted by last modified time

1234

/haiku/headers/os/interface/
H A DScrollView.h54 virtual void GetPreferredSize(float* _width, float* _height);
H A DDragger.h61 virtual void GetPreferredSize(float* _width,
H A DMenuItem.h52 virtual void GetContentSize(float* _width, float* _height);
H A DMenuBar.h53 virtual void GetPreferredSize(float* _width,
H A DStringView.h41 virtual void GetPreferredSize(float* _width,
/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 DDragger.cpp517 BDragger::GetPreferredSize(float* _width, float* _height) argument
519 BView::GetPreferredSize(_width, _height);
H A DSeparatorView.cpp266 BSeparatorView::GetPreferredSize(float* _width, float* _height) argument
297 if (_width != NULL)
298 *_width = width;
H A DStringView.cpp188 BStringView::GetPreferredSize(float* _width, float* _height) argument
192 if (_width)
193 *_width = fPreferredSize.width;
H A DControl.cpp398 BControl::GetPreferredSize(float* _width, float* _height) argument
400 BView::GetPreferredSize(_width, _height);
H A DColorMenuItem.cpp117 BColorMenuItem::GetContentSize(float* _width, float* _height) argument
123 if (_width != NULL)
124 *_width = _LeftMargin() + _ColorRectWidth() + _Padding() + labelWidth;
H A DSlider.cpp1229 BSlider::GetPreferredSize(float* _width, float* _height) argument
1234 if (_width != NULL) {
1238 *_width = std::max(Bounds().Width(), preferredSize.width);
1244 if (_width != NULL)
1245 *_width = preferredSize.width;
H A DCheckBox.cpp293 BCheckBox::GetPreferredSize(float* _width, float* _height) argument
297 if (_width)
298 *_width = fPreferredSize.width;
/haiku/src/kits/tracker/
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...]
H A DDialogPane.h63 virtual void GetPreferredSize(float* _width,
H A DDialogPane.cpp189 PaneSwitch::GetPreferredSize(float* _width, float* _height) argument
192 if (_width != NULL)
193 *_width = size.width;
/haiku/src/kits/shared/
H A DStripeView.cpp71 BStripeView::GetPreferredSize(float* _width, float* _height) argument
73 if (_width != NULL)
74 *_width = fPreferredWidth;
H A DCalendarView.cpp826 BCalendarView::_GetPreferredSize(float* _width, float* _height) argument
853 *_width = width * columns + 8.0;
/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);
104 if (_width)
105 *_width += fIcon->Bounds().Width();
/haiku/src/preferences/input/
H A DMouseView.h31 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/headers/private/shared/
H A DStripeView.h28 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp232 TransportControlGroup::GetPreferredSize(float* _width, float* _height) argument
235 if (_width != NULL)
236 *_width = size.width;
/haiku/src/apps/diskprobe/
H A DDataView.h52 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/magnify/
H A DMagnify.h166 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/headers/private/interface/
H A DColorMenuItem.h31 virtual void GetContentSize(float* _width, float* _height);

Completed in 282 milliseconds

1234