Home
last modified time | relevance | path

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

/haiku/src/kits/interface/layouter/
H A DComplexLayouter.cpp676 ComplexLayouter::_ApplyMaxConstraint(Constraint* currentConstraint, int32 index) in _ApplyMaxConstraint() argument
679 SumItem& base = fSums[currentConstraint->start]; in _ApplyMaxConstraint()
692 int32 max = currentConstraint->effectiveMax; in _ApplyMaxConstraint()
710 if (currentConstraint->effectiveMax != max) { in _ApplyMaxConstraint()
712 "x%ld + ... + x%ld <= %ld -> %ld\n", currentConstraint->start, in _ApplyMaxConstraint()
713 currentConstraint->end, currentConstraint->effectiveMax, max); in _ApplyMaxConstraint()
715 currentConstraint->effectiveMax = max; in _ApplyMaxConstraint()
719 currentConstraint->start, currentConstraint->end, in _ApplyMaxConstraint()
720 currentConstraint->effectiveMax); in _ApplyMaxConstraint()
730 int32 changedIndex = currentConstraint->start; in _ApplyMaxConstraint()
[all …]
H A DComplexLayouter.h56 Constraint* currentConstraint, int32 index);