Home
last modified time | relevance | path

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

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