Home
last modified time | relevance | path

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

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