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