Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp182 int32_t nCurrentColIdx = 0; in RelocateTableRowCells() local
194 nCurrentColIdx + nColSpan > rgSpecifiedColumnWidths.GetSize()) { in RelocateTableRowCells()
195 nColSpan = rgSpecifiedColumnWidths.GetSize() - nCurrentColIdx; in RelocateTableRowCells()
198 fColSpanWidth += rgSpecifiedColumnWidths[nCurrentColIdx + i]; in RelocateTableRowCells()
214 nCurrentColIdx += nColSpan; in RelocateTableRowCells()