Home | History | Annotate | Download | only in rendering

Lines Matching refs:maxCols

745     int maxCols = 0;
750 if (sectionCols > maxCols)
751 maxCols = sectionCols;
755 m_columns.resize(maxCols);
756 m_columnPos.resize(maxCols + 1);