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

/haiku/src/kits/interface/
H A DSplitLayout.h139 bool realLayout, float* minHeight,
H A DSplitLayout.cpp1319 BSplitLayout::_InternalGetHeightForWidth(float width, bool realLayout, argument
1322 if ((realLayout && fHeightForWidthVerticalLayouterWidth != width)
1323 || (!realLayout && fCachedHeightForWidthWidth != width)) {
1335 if (realLayout) {
1353 if (!realLayout)
H A DTwoDimensionalLayout.cpp118 bool realLayout, float* minHeight,
897 LocalLayouter* localLayouter, BLayoutContext* context, bool realLayout,
896 InternalGetHeightForWidth( LocalLayouter* localLayouter, BLayoutContext* context, bool realLayout, float* minHeight, float* maxHeight, float* preferredHeight) argument

Completed in 89 milliseconds