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; local
253 fMax_x = std::max(fMax_x, r.right);
258 fMax_x += margin.x;
260 view.ResizeTo(fMax_x, fMax_y);

Completed in 32 milliseconds