Searched refs:_MaxLineWidth (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mediaconverter/
H A DMediaFileInfoView.h43 float _MaxLineWidth(BString* strings,
H A DMediaFileInfoView.cpp134 fMaxLabelWidth = _MaxLineWidth(labels, labelCount, bold);
189 MediaFileInfoView::_MaxLineWidth(BString* strings, int32 count, function in class:MediaFileInfoView
224 float maxInfoWidth = _MaxLineWidth(strings, 5, font);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp333 float _MaxLineWidth();
1139 return BSize(kLeftTextMargin + _MaxLineWidth() - 1, TotalHeight());
1522 SourceView::TextView::_MaxLineWidth() function in class:SourceView::TextView

Completed in 42 milliseconds