Searched refs:fLastLayoutSize (Results 1 - 1 of 1) sorted by path

/haiku/src/kits/interface/
H A DTwoDimensionalLayout.cpp91 float fLastLayoutSize; member in class:BTwoDimensionalLayout::CompoundLayouter
611 fLastLayoutSize(-1)
742 fLastLayoutSize = -1;
768 if (context != fLayoutContext || fLastLayoutSize != size) {
771 fLastLayoutSize = size;
884 fLastLayoutSize = -1;

Completed in 22 milliseconds