Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp222 int32_t nColSpan = nOriginalColSpan; in RelocateTableRowCells() local
224 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()