Home | History | Annotate | Download | only in rendering

Lines Matching refs:nEffCols

951     unsigned nEffCols = table()->numEffCols();
968 for (unsigned c = 0; c < nEffCols; c++) {
1067 for (unsigned c = 0; c < nEffCols; ++c) {
1082 computeOverflowFromCells(totalRows, nEffCols);
1088 unsigned nEffCols = table()->numEffCols();
1089 computeOverflowFromCells(totalRows, nEffCols);
1092 void RenderTableSection::computeOverflowFromCells(unsigned totalRows, unsigned nEffCols)
1094 unsigned totalCellsCount = nEffCols * totalRows;
1102 for (unsigned c = 0; c < nEffCols; c++) {