Home | History | Annotate | Download | only in rendering

Lines Matching refs:nEffCols

85     unsigned nEffCols = m_table->numEffCols();
86 m_width.resize(nEffCols);
108 if (currentEffectiveColumn >= nEffCols) {
110 nEffCols++;
116 nEffCols++;
156 while (usedSpan < span && currentColumn < nEffCols) {
208 unsigned nEffCols = m_table->numEffCols();
212 if (nEffCols != m_width.size()) {
215 nEffCols = m_table->numEffCols();
218 Vector<int> calcWidth(nEffCols, 0);
230 for (unsigned i = 0; i < nEffCols; i++) {
253 for (unsigned i = 0; i < nEffCols; i++) {
262 for (unsigned i = 0; i < nEffCols; i++) {
276 for (unsigned i = 0; i < nEffCols; i++) {
299 int total = nEffCols;
305 if (nEffCols > 0)
306 calcWidth[nEffCols - 1] += remainingWidth;
310 for (unsigned i = 0; i < nEffCols; i++) {