Searched refs:_height (Results 1 - 25 of 97) sorted by last modified time

1234

/haiku/src/apps/stylededit/
H A DStatusView.cpp93 StatusView::GetPreferredSize(float* _width, float* _height) argument
100 if (_height)
101 *_height = fPreferredSize.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/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/diskprobe/
H A DProbeView.cpp169 virtual void GetContentSize(float* _width, float* _height);
847 TypeMenuItem::GetContentSize(float* _width, float* _height) argument
849 BMenuItem::GetContentSize(_width, _height);
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp54 ShowImageStatusView::GetPreferredSize(float* _width, float* _height) argument
61 if (_height)
62 *_height = fPreferredSize.height;
H A DShowImageStatusView.h32 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/preferences/filetypes/
H A DIconView.h87 virtual void GetPreferredSize(float* _width, float* _height);
H A DIconView.cpp794 IconView::GetPreferredSize(float* _width, float* _height) argument
799 if (_height)
800 *_height = fIconRect.Height();
/haiku/src/apps/terminal/
H A DTermWindow.cpp121 virtual void GetPreferredSize(float* _width, float* _height) argument
126 *_height = height + 2 * kTermViewOffset;
/haiku/src/kits/interface/
H A DFont.cpp1176 BFont::GetHeight(font_height* _height) const
1178 if (_height == NULL)
1200 *_height = fHeight;
H A DStatusBar.cpp197 BStatusBar::GetPreferredSize(float* _width, float* _height) argument
208 if (_height) {
216 *_height = labelHeight + BarHeight();
H A DMenu.cpp663 BMenu::GetPreferredSize(float* _width, float* _height) argument
670 if (_height)
671 *_height = fLayoutData->preferred.height;
2536 float* _width, float* _height)
2596 if (_height)
2597 *_height = size.height;
2535 _ComputeLayout(int32 index, bool bestFit, bool moveItems, float* _width, float* _height) argument
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 DScrollView.cpp395 BScrollView::GetPreferredSize(float* _width, float* _height) argument
402 if (_height)
403 *_height = size.height;
H A DListView.cpp801 BListView::GetPreferredSize(float *_width, float *_height) argument
815 if (_height != NULL)
816 *_height = ItemAt(count - 1)->Bottom();
818 BView::GetPreferredSize(_width, _height);
H A DTextView.cpp1766 BTextView::PointAt(int32 offset, float* _height) const
1819 if (_height != NULL)
1820 *_height = height;
2639 BTextView::GetPreferredSize(float* _width, float* _height) argument
2654 if (_height) {
2660 *_height = height;
H A DMenuItem.cpp371 BMenuItem::GetContentSize(float* _width, float* _height) argument
382 if (_height)
383 *_height = MenuPrivate(fSuper).FontHeight();
H A DColorControl.cpp956 BColorControl::GetPreferredSize(float* _width, float* _height) argument
970 if (_height)
971 *_height = rect.Height();
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2221 TWindowView::GetPreferredSize(float* _width, float* _height) argument
2235 *_height = fItemHeight;
/haiku/headers/os/interface/
H A DOutlineListView.h80 float* _height);
H A DListView.h67 float *_height);
H A DTextView.h156 float* _height = NULL) const;
214 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/preferences/keymap/
H A DStatusMenuField.h30 virtual void GetContentSize(float* _width, float* _height);
H A DStatusMenuField.cpp95 StatusMenuItem::GetContentSize(float* _width, float* _height) argument
105 if (_height != NULL)
106 *_height = height;
/haiku/src/apps/magnify/
H A DMagnify.cpp1230 TInfoView::GetPreferredSize(float* _width, float* _height) argument
1241 if (_height)
1242 *_height = fFontHeight * 2 + 10;

Completed in 145 milliseconds

1234