Searched refs:nColSpan (Results 1 – 1 of 1) sorted by relevance
220 int32_t nColSpan = nOriginalColSpan; in RelocateTableRowCells() local222 if (nColSpan == -1 || in RelocateTableRowCells()223 nCurrentColIdx + nColSpan > in RelocateTableRowCells()225 nColSpan = pdfium::CollectionSize<int32_t>(rgSpecifiedColumnWidths) - in RelocateTableRowCells()228 for (int32_t i = 0; i < nColSpan; i++) in RelocateTableRowCells()231 if (nColSpan != nOriginalColSpan) { in RelocateTableRowCells()245 nCurrentColIdx += nColSpan; in RelocateTableRowCells()