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

/haiku/src/kits/interface/
H A DViewPort.cpp124 BSize childMin = child->MinSize(); local
132 layoutSize.width = std::max(layoutSize.width, childMin.width);
133 layoutSize.height = std::max(layoutSize.height, childMin.height);

Completed in 35 milliseconds