Home | History | Annotate | Download | only in rendering

Lines Matching refs:endcol

284             int endCol = j;
286 while (cspan && endCol < cols) {
287 cspan -= table()->columns()[endCol].span;
288 endCol++;
290 int w = columnPos[endCol] - columnPos[j] - table()->hBorderSpacing();
1068 unsigned int endcol = totalCols;
1103 unsigned endcol = totalCols;
1113 for (; endcol > 0; endcol--) {
1114 if (tx + table()->columnPositions()[endcol - 1] <= x + w + os)
1117 if (!endcol && tx + table()->columnPositions()[0] - table()->outerBorderLeft() <= y + w + os)
1118 endcol++;
1124 if (startcol < endcol) {
1131 for (; c < endcol; c++) {