Searched refs:nColSpan (Results 1 – 1 of 1) sorted by relevance
222 int32_t nColSpan = nOriginalColSpan; in RelocateTableRowCells() local224 if (nColSpan == -1 || in RelocateTableRowCells()225 nCurrentColIdx + nColSpan > in RelocateTableRowCells()227 nColSpan = pdfium::CollectionSize<int32_t>(rgSpecifiedColumnWidths) - in RelocateTableRowCells()230 for (int32_t i = 0; i < nColSpan; i++) in RelocateTableRowCells()233 if (nColSpan != nOriginalColSpan) { in RelocateTableRowCells()247 nCurrentColIdx += nColSpan; in RelocateTableRowCells()