Searched refs:fColSpanWidth (Results 1 – 1 of 1) sorted by relevance
192 FX_FLOAT fColSpanWidth = 0; in RelocateTableRowCells() local198 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()