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

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

Completed in 32 milliseconds