Home
last modified time | relevance | path

Searched refs:fMax_x (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp246 float fMax_x = 0.0f, fMax_y = 0.0f; in ResizeAroundChildren() local
253 fMax_x = std::max(fMax_x, r.right); in ResizeAroundChildren()
258 fMax_x += margin.x; in ResizeAroundChildren()
260 view.ResizeTo(fMax_x, fMax_y); in ResizeAroundChildren()