Home | History | Annotate | Download | only in rendering

Lines Matching refs:totalWidth

367                 int totalWidth = 0;
370 totalWidth += m_layoutStruct[pos].effectiveMaxLogicalWidth;
373 for (unsigned pos = effCol; pos < lastCol && totalWidth > 0; ++pos) {
375 float percent = percentMissing * static_cast<float>(m_layoutStruct[pos].effectiveMaxLogicalWidth) / totalWidth;
376 totalWidth -= m_layoutStruct[pos].effectiveMaxLogicalWidth;