Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp220 int32_t nColSpan = nOriginalColSpan; in RelocateTableRowCells() local
222 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()