Searched refs:totalAuto (Results 1 – 1 of 1) sorted by relevance
520 float totalAuto = 0; in layout() local552 totalAuto += m_layoutStruct[i].effMaxWidth; in layout()617 if (width.isAuto() && totalAuto != 0 && !m_layoutStruct[i].emptyCellsOnly) { in layout()618 …idth, static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effMaxWidth) / totalAuto)); in layout()620 totalAuto -= m_layoutStruct[i].effMaxWidth; in layout()