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

/haiku/src/kits/interface/layouter/
H A DLayoutOptimizer.cpp750 int32 activeCount = activeConstraints.CountItems(); local
751 if (activeCount == 0) {
757 int am = activeCount;
759 bool independentRows[activeCount];
762 for (int32 i = 0; i < activeCount; i++) {
829 for (int i = 0; i < activeCount; i++) {
/haiku/src/libs/linprog/
H A DLayoutOptimizer.cpp717 int32 activeCount = activeConstraints.CountItems(); local
718 if (activeCount == 0) {
724 int am = activeCount;
726 bool independentRows[activeCount];
729 for (int32 i = 0; i < activeCount; i++) {
803 for (int i = 0; i < activeCount; i++) {

Completed in 41 milliseconds