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

/haiku/headers/os/interface/
H A DMenu.h230 void _ComputeLayout(int32 index, bool bestFit,
233 void _ComputeColumnLayout(int32 index, bool bestFit,
235 void _ComputeRowLayout(int32 index, bool bestFit,
/haiku/src/kits/interface/
H A DMenu.cpp2535 BMenu::_ComputeLayout(int32 index, bool bestFit, bool moveItems, argument
2538 // TODO: Take "bestFit", "moveItems", "index" into account,
2563 _ComputeColumnLayout(index, bestFit, moveItems, overrideFrame,
2569 _ComputeRowLayout(index, bestFit, moveItems, frame);
2599 if (bestFit)
2608 BMenu::_ComputeColumnLayout(int32 index, bool bestFit, bool moveItems, argument
2702 BMenu::_ComputeRowLayout(int32 index, bool bestFit, bool moveItems, argument
2730 if (bestFit)

Completed in 48 milliseconds