Home
last modified time | relevance | path

Searched refs:nCols (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.cpp171 int nCols = max(1, table()->numEffCols()); in ensureRows() local
173 m_grid[r].row = new Row(nCols); in ensureRows()
188 int nCols = columns.size(); in addCell() local
196 … 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()
/external/opencv/cv/src/
Dcvmorph.cpp750 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()
/external/opencv/cxcore/include/
Dcxtypes.h414 int nCols; member
425 int nCols; member