Searched refs:preferredHeight (Results 1 - 8 of 8) sorted by relevance

/haiku/src/kits/interface/
H A DCardLayout.cpp151 float preferredHeight = fPreferred.height; local
165 preferredHeight = min_c(preferredHeight, itemPreferredHeight);
171 preferredHeight = max_c(preferredHeight, minHeight);
172 preferredHeight = min_c(preferredHeight, maxHeight);
179 *preferred = preferredHeight;
H A DTwoDimensionalLayout.cpp119 float* maxHeight, float* preferredHeight);
165 float* preferredHeight);
521 //float minHeight, maxHeight, preferredHeight;
523 // &preferredHeight);
525 // preferredHeight);
550 float* preferredHeight)
557 if (preferredHeight)
558 *preferredHeight = BLayoutUtils::AddDistances(*preferredHeight, insets);
898 float* minHeight, float* maxHeight, float* preferredHeight)
549 AddInsets(float* minHeight, float* maxHeight, float* preferredHeight) argument
896 InternalGetHeightForWidth( LocalLayouter* localLayouter, BLayoutContext* context, bool realLayout, float* minHeight, float* maxHeight, float* preferredHeight) argument
957 float minHeight, maxHeight, preferredHeight; local
1139 InternalGetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
1332 float minHeight, maxHeight, preferredHeight; local
[all...]
H A DSplitLayout.h140 float* maxHeight, float* preferredHeight);
146 float* preferredHeight);
H A DSplitLayout.cpp596 float minHeight, maxHeight, preferredHeight; local
598 &preferredHeight);
1320 float* minHeight, float* maxHeight, float* preferredHeight)
1382 if (preferredHeight)
1383 *preferredHeight = fCachedPreferredHeightForWidth;
1421 float* preferredHeight)
1430 if (preferredHeight)
1431 *preferredHeight = BLayoutUtils::AddDistances(*preferredHeight, insets);
1319 _InternalGetHeightForWidth(float width, bool realLayout, float* minHeight, float* maxHeight, float* preferredHeight) argument
1420 _AddInsets(float* minHeight, float* maxHeight, float* preferredHeight) argument
H A DLayoutUtils.cpp200 float preferredHeight; local
202 &preferredHeight);
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp149 float* preferredHeight) {
154 preferredHeight ? preferredHeight : &dummy);
168 float* maxHeight, float* preferredHeight) = 0;
191 float dummy, preferredHeight; local
192 GetHeightForWidth(preferredWidth, &dummy, &dummy, &preferredHeight);
193 return BSize(preferredWidth, preferredHeight);
197 float* maxHeight, float* preferredHeight)
202 *preferredHeight = height;
229 float dummy, preferredHeight; local
148 GetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
196 GetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
234 GetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
267 float dummy, preferredHeight; local
272 GetHeightForWidth(float width, float* minHeight, float* maxHeight, float* preferredHeight) argument
[all...]
/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h72 float* preferredHeight);
/haiku/src/apps/deskbar/
H A DStatusView.cpp237 TReplicantTray::GetPreferredSize(float* preferredWidth, float* preferredHeight) argument
283 *preferredHeight = height + 1;

Completed in 64 milliseconds