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

/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp114 effectiveMax = max;
125 effectiveMax = max;
138 int32 effectiveMax; member in struct:ComplexLayouter::Constraint
481 int32 sumMax = base.max + constraint->effectiveMax;
482 int32 baseMin = sum.min - constraint->effectiveMax;
487 if (constraint->min == constraint->effectiveMax) {
502 -constraint->effectiveMax, false);
692 int32 max = currentConstraint->effectiveMax;
710 if (currentConstraint->effectiveMax != max) {
713 currentConstraint->end, currentConstraint->effectiveMax, ma
[all...]

Completed in 39 milliseconds