HomeSort by relevance Sort by last modified time
    Searched defs:nCols (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTableSection.cpp 171 int nCols = max(1, table()->numEffCols());
173 m_grid[r].row = new Row(nCols);
188 int nCols = columns.size();
196 while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).hasCells() || cellAt(m_cRow, m_cCol).inColSpan))
233 if (m_cCol >= nCols) {
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 414 int nCols;
425 int nCols;
    [all...]

Completed in 78 milliseconds