Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp150 const CFX_ArrayTemplate<FX_FLOAT>& rgSpecifiedColumnWidths, in RelocateTableRowCells() argument
194 nCurrentColIdx + nColSpan > rgSpecifiedColumnWidths.GetSize()) { in RelocateTableRowCells()
195 nColSpan = rgSpecifiedColumnWidths.GetSize() - nCurrentColIdx; in RelocateTableRowCells()
198 fColSpanWidth += rgSpecifiedColumnWidths[nCurrentColIdx + i]; in RelocateTableRowCells()