Searched refs:_height (Results 51 - 75 of 97) sorted by relevance

1234

/haiku/headers/os/interface/
H A DScrollView.h54 virtual void GetPreferredSize(float* _width, float* _height);
H A DSlider.h108 float* _height);
H A DTabView.h149 virtual void GetPreferredSize(float* _width, float* _height);
H A DListView.h67 float *_height);
H A DOutlineListView.h80 float* _height);
H A DTextView.h156 float* _height = NULL) const;
214 virtual void GetPreferredSize(float* _width, float* _height);
H A DMenu.h76 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
131 if (_height != NULL) {
132 *_height = fIconBitmap->Bounds().Height()
/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
438 if (_height)
439 *_height = fLayoutData->preferred.height;
H A DButton.cpp429 BButton::GetPreferredSize(float* _width, float* _height) argument
436 if (_height)
437 *_height = fPreferredSize.height;
H A DMenuItem.cpp371 BMenuItem::GetContentSize(float* _width, float* _height) argument
382 if (_height)
383 *_height = MenuPrivate(fSuper).FontHeight();
H A DStatusBar.cpp197 BStatusBar::GetPreferredSize(float* _width, float* _height) argument
208 if (_height) {
216 *_height = labelHeight + BarHeight();
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
612 if (_height != NULL)
613 *_height = ItemAt(count - 1)->Bottom();
615 BView::GetPreferredSize(_width, _height);
H A DSlider.cpp1229 BSlider::GetPreferredSize(float* _width, float* _height) argument
1241 if (_height != NULL)
1242 *_height = preferredSize.height;
1247 if (_height != NULL) {
1251 *_height = std::max(Bounds().Height(), preferredSize.height);
H A DScrollBar.cpp996 BScrollBar::GetPreferredSize(float* _width, float* _height) argument
1002 if (_height)
1003 *_height = _MinSize().Height();
1008 if (_height)
1009 *_height = be_control_look->GetScrollBarWidth(B_HORIZONTAL);
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
244 *_height = sConsole.rows;
/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
209 if (_height) {
213 *_height = bitmapRect.Height() + 3.0f + ceilf(fontHeight.ascent
H A DIconView.h87 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp76 float* _height);
127 LogoView::GetPreferredSize(float* _width, float* _height) argument
137 if (_height)
138 *_height = height;
/haiku/src/apps/terminal/
H A DTermView.h69 virtual void GetPreferredSize(float* _width, float* _height);

Completed in 151 milliseconds

1234