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