Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp223 float fColSpanWidth = 0; in RelocateTableRowCells() local
231 fColSpanWidth += rgSpecifiedColumnWidths[nCurrentColIdx + i]; in RelocateTableRowCells()
234 fColSpanWidth = bMetWholeRowCell ? 0 in RelocateTableRowCells()
235 : std::max(fColSpanWidth, in RelocateTableRowCells()
242 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()
246 fCurrentColX += fColSpanWidth; in RelocateTableRowCells()
249 UpdateWidgetSize(pLayoutChild, &fColSpanWidth, &fNewHeight); in RelocateTableRowCells()