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

1234

/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp232 TransportControlGroup::GetPreferredSize(float* _width, float* _height) argument
237 if (_height != NULL)
238 *_height = size.height;
/haiku/src/kits/interface/
H A DTextControl.cpp717 BTextControl::GetPreferredSize(float* _width, float* _height) argument
733 if (_height)
734 *_height = fLayoutData->min.height;
H A DColorControl.cpp956 BColorControl::GetPreferredSize(float* _width, float* _height) argument
970 if (_height)
971 *_height = rect.Height();
H A DScrollView.cpp395 BScrollView::GetPreferredSize(float* _width, float* _height) argument
402 if (_height)
403 *_height = size.height;
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 DMenuField.cpp779 BMenuField::GetPreferredSize(float* _width, float* _height) argument
788 if (_height)
789 *_height = fLayoutData->min.height;
H A DFont.cpp1176 BFont::GetHeight(font_height* _height) const
1178 if (_height == NULL)
1200 *_height = fHeight;
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 DTabView.cpp1086 BTabView::GetPreferredSize(float* _width, float* _height) argument
1088 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 DView.cpp1314 BView::GetPreferredSize(float* _width, float* _height) argument
1320 if (_height != NULL)
1321 *_height = fBounds.Height();
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp300 TitleView::GetPreferredSize(float *_width, float *_height) argument
305 if (_height) {
309 *_height = fontHeight.ascent + fontHeight.descent + fontHeight.leading
/haiku/src/apps/diskprobe/
H A DDataView.cpp1424 DataView::GetPreferredSize(float *_width, float *_height) argument
1431 if (_height)
1432 *_height = bounds.Height();
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/preferences/filetypes/
H A DIconView.cpp794 IconView::GetPreferredSize(float* _width, float* _height) argument
799 if (_height)
800 *_height = fIconRect.Height();
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp39 const float _height = 20.0f; variable
/haiku/src/apps/magnify/
H A DMagnify.cpp1230 TInfoView::GetPreferredSize(float* _width, float* _height) argument
1241 if (_height)
1242 *_height = fFontHeight * 2 + 10;
/haiku/src/kits/shared/
H A DCalendarView.cpp826 BCalendarView::_GetPreferredSize(float* _width, float* _height) argument
840 *_height = height * rows + 8.0;
/haiku/src/apps/terminal/
H A DTermWindow.cpp121 virtual void GetPreferredSize(float* _width, float* _height) argument
126 *_height = height + 2 * kTermViewOffset;
H A DTermView.cpp559 TermView::GetFontSize(float* _width, float* _height) argument
562 *_height = fFontHeight;
/haiku/headers/os/interface/
H A DView.h588 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2221 TWindowView::GetPreferredSize(float* _width, float* _height) argument
2235 *_height = fItemHeight;

Completed in 230 milliseconds

1234