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

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

Completed in 107 milliseconds