Searched refs:_width (Results 51 - 75 of 98) sorted by relevance

1234

/haiku/headers/os/interface/
H A DTextControl.h68 virtual void GetPreferredSize(float* _width,
H A DColorControl.h63 virtual void GetPreferredSize(float* _width,
H A DScrollView.h54 virtual void GetPreferredSize(float* _width, float* _height);
H A DSlider.h107 virtual void GetPreferredSize(float* _width,
H A DTabView.h149 virtual void GetPreferredSize(float* _width, float* _height);
H A DListView.h66 virtual void GetPreferredSize(float *_width,
H A DOutlineListView.h79 virtual void GetPreferredSize(float* _width,
/haiku/src/apps/diskprobe/
H A DDataView.h52 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp53 virtual void GetPreferredSize(float* _width, float* _height);
125 IconView::GetPreferredSize(float* _width, float* _height) argument
127 if (_width != NULL) {
128 *_width = fIconBitmap->Bounds().Width()
/haiku/src/kits/interface/
H A DPopUpMenu.cpp242 BPopUpMenu::GetPreferredSize(float* _width, float* _height) argument
244 BMenu::GetPreferredSize(_width, _height);
H A DPictureButton.cpp157 BPictureButton::GetPreferredSize(float* _width, float* _height) argument
159 BControl::GetPreferredSize(_width, _height);
H A DBox.cpp432 BBox::GetPreferredSize(float* _width, float* _height) argument
436 if (_width)
437 *_width = fLayoutData->preferred.width;
H A DButton.cpp429 BButton::GetPreferredSize(float* _width, float* _height) argument
433 if (_width)
434 *_width = fPreferredSize.width;
H A DMenuItem.cpp371 BMenuItem::GetContentSize(float* _width, float* _height) argument
380 if (_width)
381 *_width = (float)ceil(fCachedWidth);
H A DStatusBar.cpp197 BStatusBar::GetPreferredSize(float* _width, float* _height) argument
199 if (_width) {
201 *_width = ceilf(StringWidth(fLabel.String()))
H A DControl.cpp398 BControl::GetPreferredSize(float* _width, float* _height) argument
400 BView::GetPreferredSize(_width, _height);
H A DOutlineListView.cpp594 BOutlineListView::GetPreferredSize(float* _width, float* _height) argument
610 if (_width != NULL)
611 *_width = maxWidth;
615 BView::GetPreferredSize(_width, _height);
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 DScrollBar.cpp996 BScrollBar::GetPreferredSize(float* _width, float* _height) argument
999 if (_width)
1000 *_width = be_control_look->GetScrollBarWidth(B_VERTICAL);
1005 if (_width)
1006 *_width = _MinSize().Width();
H A DDragger.cpp517 BDragger::GetPreferredSize(float* _width, float* _height) argument
519 BView::GetPreferredSize(_width, _height);
/haiku/src/system/kernel/debug/
H A Dframe_buffer_console.cpp241 console_get_size(int32* _width, int32* _height) argument
243 *_width = sConsole.columns;
/haiku/src/apps/magnify/
H A DMagnify.h166 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp106 virtual void GetPreferredSize(float* _width, float* _height);
195 TypeIconView::GetPreferredSize(float* _width, float* _height) argument
199 if (_width) {
206 *_width = ceilf(width);
H A DIconView.h87 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp75 virtual void GetPreferredSize(float* _width,
127 LogoView::GetPreferredSize(float* _width, float* _height) argument
135 if (_width)
136 *_width = width;

Completed in 261 milliseconds

1234