Searched refs:preferredWidth (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp190 float preferredWidth = 49; local
192 GetHeightForWidth(preferredWidth, &dummy, &dummy, &preferredHeight);
193 return BSize(preferredWidth, preferredHeight);
228 float preferredWidth = floor(fSum / 2) - 1; local
230 GetHeightForWidth(preferredWidth, &dummy, &dummy, &preferredHeight);
231 return BSize(preferredWidth, preferredHeight);
266 float preferredWidth = floor(sqrt(fProduct)); local
268 GetHeightForWidth(preferredWidth, &dummy, &dummy, &preferredHeight);
269 return BSize(preferredWidth, preferredHeight);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h67 float maxWidth, float preferredWidth,
H A DHeaderView.cpp168 float preferredWidth, int32 modelIndex)
173 fPreferredWidth(preferredWidth),
167 Header(float width, float minWidth, float maxWidth, float preferredWidth, int32 modelIndex) argument
/haiku/src/kits/interface/
H A DColumnTypes.cpp213 float preferredWidth = parent->StringWidth(out_string.String()); local
214 if (width < preferredWidth) {
/haiku/src/apps/diskprobe/
H A DDataView.cpp991 int32 preferredWidth = WidthForFontSize(size); local
992 if (preferredWidth > width)
/haiku/src/apps/deskbar/
H A DStatusView.cpp237 TReplicantTray::GetPreferredSize(float* preferredWidth, float* preferredHeight) argument
281 *preferredWidth = width;

Completed in 62 milliseconds