Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp207 int32_t nCurrentColIdx = 0; in RelocateTableRowCells() local
225 nCurrentColIdx + nColSpan > in RelocateTableRowCells()
228 nCurrentColIdx; in RelocateTableRowCells()
231 fColSpanWidth += rgSpecifiedColumnWidths[nCurrentColIdx + i]; in RelocateTableRowCells()
247 nCurrentColIdx += nColSpan; in RelocateTableRowCells()