Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp221 float fColSpanWidth = 0; in RelocateTableRowCells() local
229 fColSpanWidth += rgSpecifiedColumnWidths[nCurrentColIdx + i]; in RelocateTableRowCells()
232 fColSpanWidth = in RelocateTableRowCells()
233 bMetWholeRowCell ? 0 : std::max(fColSpanWidth, in RelocateTableRowCells()
240 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()
244 fCurrentColX += fColSpanWidth; in RelocateTableRowCells()
247 UpdateWidgetSize(pLayoutChild, &fColSpanWidth, &fNewHeight); in RelocateTableRowCells()