Home | History | Annotate | Download | only in rendering

Lines Matching refs:colWidth

120         Length colWidth = tableCol->style()->logicalWidth();
124 if (!colWidth.isFixed()) {
127 return colWidth;
130 colWidthSum += colWidth.value();