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

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp211 float curWidth = 0.0f, curHeight = 0.0f; local
219 curHeight = frame.Height();
223 if (curHeight > maxHeight) {
224 maxHeight = curHeight;

Completed in 31 milliseconds