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

/haiku/src/kits/interface/layouter/
H A DSimpleLayouter.cpp123 fLayoutInfo(NULL)
211 fLayoutInfo = (MyLayoutInfo*)layoutInfo;
218 fLayoutInfo->fSize = max_c(size, fMin);
221 if (fLayoutInfo->fSize >= fMax)
229 fLayoutInfo->fElements[i].location = location;
230 location += fSpacing + fLayoutInfo->fElements[i].size;
371 int32 additionalSpace = fLayoutInfo->fSize - fMax;
375 fLayoutInfo->fElements[infos[i].index].size = infos[i].max;
386 // fLayoutInfo.fElements[infos[i].index].size += sumSize - oldSumSize;
394 fLayoutInfo
[all...]
H A DSimpleLayouter.h64 MyLayoutInfo* fLayoutInfo; member in class:BPrivate::Layout::SimpleLayouter
/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp87 LayoutInfo* fLayoutInfo; member in class:BTwoDimensionalLayout::CompoundLayouter
607 fLayoutInfo(NULL),
619 delete fLayoutInfo;
640 return fLayoutInfo;
714 delete fLayoutInfo;
717 fLayoutInfo = NULL;
758 fLayoutInfo = fLayouter->CreateLayoutInfo();
780 fLayouter->Layout(fLayoutInfo, size);
909 delete fLayoutInfo;
911 fLayoutInfo
[all...]

Completed in 60 milliseconds