Searched refs:nCols (Results 1 – 3 of 3) sorted by relevance
171 int nCols = max(1, table()->numEffCols()); in ensureRows() local173 m_grid[r].row = new Row(nCols); in ensureRows()188 int nCols = columns.size(); in addCell() local196 … while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).hasCells() || cellAt(m_cRow, m_cCol).inColSpan)) in addCell()233 if (m_cCol >= nCols) { in addCell()
750 element->nCols = cols; in cvCreateStructuringElementEx()869 if( iterations == 0 || (element && element->nCols == 1 && element->nRows == 1)) in icvMorphOp()878 el_size = cvSize( element->nCols, element->nRows ); in icvMorphOp()1084 el_hdr = cvMat( element->nRows, element->nCols, CV_32SC1, element->values ); in icvMorphOp()
414 int nCols; member425 int nCols; member