Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp192 FX_FLOAT fColSpanWidth = 0; in RelocateTableRowCells() local
198 fColSpanWidth += rgSpecifiedColumnWidths[nCurrentColIdx + i]; in RelocateTableRowCells()
201 fColSpanWidth = in RelocateTableRowCells()
202 bMetWholeRowCell ? 0 : std::max(fColSpanWidth, in RelocateTableRowCells()
209 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()
213 fCurrentColX += fColSpanWidth; in RelocateTableRowCells()
216 UpdateWidgetSize(pLayoutChild, &fColSpanWidth, &fNewHeight); in RelocateTableRowCells()