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

/haiku/src/kits/interface/
H A DSplitLayout.h183 float fCachedMaxHeightForWidth; member in class:BSplitLayout
H A DTwoDimensionalLayout.cpp129 float fCachedMaxHeightForWidth; member in class:BTwoDimensionalLayout::VerticalCompoundLayouter
852 fCachedMaxHeightForWidth(0),
937 fCachedMaxHeightForWidth = fHeightForWidthLayouter->MaxSize();
945 *maxHeight = fCachedMaxHeightForWidth;
H A DSplitLayout.cpp187 fCachedMaxHeightForWidth(-1),
229 fCachedMaxHeightForWidth(-1),
1374 fCachedMaxHeightForWidth = verticalLayouter->MaxSize();
1381 *maxHeight = fCachedMaxHeightForWidth;

Completed in 43 milliseconds