Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp127 Layouter* fHeightForWidthLayouter; member in BTwoDimensionalLayout::VerticalCompoundLayouter
850 fHeightForWidthLayouter(NULL), in VerticalCompoundLayouter()
863 ? fLayouter : fHeightForWidthLayouter); in GetLayouter()
879 if (fHeightForWidthLayouter != NULL) { in InvalidateHeightForWidth()
880 delete fHeightForWidthLayouter; in InvalidateHeightForWidth()
881 fHeightForWidthLayouter = NULL; in InvalidateHeightForWidth()
903 || fHeightForWidthLayouter == NULL) { in InternalGetHeightForWidth()
908 delete fHeightForWidthLayouter; in InternalGetHeightForWidth()
910 fHeightForWidthLayouter = fLayouter->CloneLayouter(); in InternalGetHeightForWidth()
911 fLayoutInfo = fHeightForWidthLayouter->CreateLayoutInfo(); in InternalGetHeightForWidth()
[all …]