Home | History | Annotate | Download | only in rendering

Lines Matching refs:totalFixed

500     float totalFixed = 0;
521 totalFixed += m_layoutStruct[i].effectiveMaxLogicalWidth;
608 int cellLogicalWidth = static_cast<int>(available * static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) / totalFixed);
610 totalFixed -= m_layoutStruct[i].effectiveMaxLogicalWidth;