Searched refs:itemMaxHeight (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DCardLayout.cpp159 float itemMaxHeight; local
161 item->GetHeightForWidth(width, &itemMinHeight, &itemMaxHeight,
164 maxHeight = min_c(maxHeight, itemMaxHeight);
H A DSplitLayout.cpp1362 float itemMinHeight, itemMaxHeight, itemPreferredHeight; local
1365 &itemMinHeight, &itemMaxHeight, &itemPreferredHeight);
1367 itemMaxHeight, itemPreferredHeight);

Completed in 38 milliseconds