Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxLogicalWidth

73                     columnLayout.maxLogicalWidth = max(columnLayout.maxLogicalWidth, 1);
77 if (cell->maxPreferredLogicalWidth() > columnLayout.maxLogicalWidth) {
78 columnLayout.maxLogicalWidth = cell->maxPreferredLogicalWidth();
123 columnLayout.maxLogicalWidth = max(columnLayout.maxLogicalWidth, 1);
132 if (m_table->document()->inQuirksMode() && columnLayout.maxLogicalWidth > columnLayout.logicalWidth.value() && fixedContributor != maxContributor) {
138 columnLayout.maxLogicalWidth = max(columnLayout.maxLogicalWidth, columnLayout.minLogicalWidth);
168 if (colLogicalWidth.isFixed() && m_layoutStruct[effCol].maxLogicalWidth < colLogicalWidth.value())
169 m_layoutStruct[effCol].maxLogicalWidth = colLogicalWidth.value();
280 float maxLogicalWidth = 0;
288 m_layoutStruct[i].effectiveMaxLogicalWidth = m_layoutStruct[i].maxLogicalWidth;
364 maxLogicalWidth = max(maxLogicalWidth, static_cast<float>(max(spanMaxLogicalWidth, cellMaxLogicalWidth) * 100 / cellLogicalWidth.percent()));
436 m_layoutStruct[pos].maxLogicalWidth = max(m_layoutStruct[pos].maxLogicalWidth, m_layoutStruct[pos].minLogicalWidth);
446 return static_cast<int>(min(maxLogicalWidth, INT_MAX / 2.0f));