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

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.h36 void _LayoutLine(int32 size, LayoutInfo* infos,
H A DGroupView.cpp147 _LayoutLine(size.IntegerWidth() + 1, fColumnInfos, fColumnCount);
148 _LayoutLine(size.IntegerHeight() + 1, fRowInfos, fRowCount);
251 GroupView::_LayoutLine(int32 size, LayoutInfo* infos, int32 infoCount) function in class:GroupView

Completed in 34 milliseconds