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

1234

/haiku/headers/os/interface/
H A DMenu.h75 virtual void GetPreferredSize(float* _width,
H A DTextView.h214 virtual void GetPreferredSize(float* _width, float* _height);
H A DView.h588 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/terminal/
H A DTermView.h69 virtual void GetPreferredSize(float* _width, float* _height);
H A DTermWindow.cpp121 virtual void GetPreferredSize(float* _width, float* _height) argument
125 *_width = width + 2 * kTermViewOffset;
H A DTermView.cpp559 TermView::GetFontSize(float* _width, float* _height) argument
561 *_width = fFontWidth;
/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/kits/interface/
H A DTextControl.cpp717 BTextControl::GetPreferredSize(float* _width, float* _height) argument
723 if (_width) {
730 *_width = minWidth;
H A DColorControl.cpp956 BColorControl::GetPreferredSize(float* _width, float* _height) argument
965 if (_width) {
966 *_width = rect.Width() + kTextFieldsHSpacing
H A DScrollView.cpp395 BScrollView::GetPreferredSize(float* _width, float* _height) argument
399 if (_width)
400 *_width = size.width;
H A DMenu.cpp663 BMenu::GetPreferredSize(float* _width, float* _height) argument
667 if (_width)
668 *_width = fLayoutData->preferred.width;
2536 float* _width, float* _height)
2593 if (_width)
2594 *_width = size.width;
2535 _ComputeLayout(int32 index, bool bestFit, bool moveItems, float* _width, float* _height) argument
H A DMenuField.cpp779 BMenuField::GetPreferredSize(float* _width, float* _height) argument
785 if (_width)
786 *_width = fLayoutData->min.width;
H A DListView.cpp801 BListView::GetPreferredSize(float *_width, float *_height) argument
813 if (_width != NULL)
814 *_width = maxWidth;
818 BView::GetPreferredSize(_width, _height);
H A DTabView.cpp1086 BTabView::GetPreferredSize(float* _width, float* _height) argument
1088 BView::GetPreferredSize(_width, _height);
H A DTextView.cpp2639 BTextView::GetPreferredSize(float* _width, float* _height) argument
2645 if (_width) {
2651 *_width = width;
H A DView.cpp1314 BView::GetPreferredSize(float* _width, float* _height) argument
1318 if (_width != NULL)
1319 *_width = fBounds.Width();
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp300 TitleView::GetPreferredSize(float *_width, float *_height) argument
302 if (_width)
303 *_width = StringWidth(fTitle) + 2;
/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);
851 if (_width)
852 *_width += Menu()->StringWidth(fType.String());
H A DDataView.cpp1424 DataView::GetPreferredSize(float *_width, float *_height) argument
1428 if (_width)
1429 *_width = bounds.Width();
/haiku/src/preferences/filetypes/
H A DIconView.cpp794 IconView::GetPreferredSize(float* _width, float* _height) argument
796 if (_width)
797 *_width = fIconRect.Width();
/haiku/src/apps/magnify/
H A DMagnify.cpp1230 TInfoView::GetPreferredSize(float* _width, float* _height) argument
1232 if (_width) {
1238 *_width = str1Width > str2Width ? str1Width : str2Width;
/haiku/src/kits/shared/
H A DCalendarView.cpp826 BCalendarView::_GetPreferredSize(float* _width, float* _height) argument
853 *_width = width * columns + 8.0;
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2221 TWindowView::GetPreferredSize(float* _width, float* _height) argument
2238 *_width = Bounds().Width();

Completed in 558 milliseconds

1234