Searched refs:fContentCalculatedHeight (Results 1 – 2 of 2) sorted by relevance
133 float fContentCalculatedHeight, in CalculateContainerComponentSizeFromContentSize() argument154 componentSize.height = fContentCalculatedHeight; in CalculateContainerComponentSizeFromContentSize()205 float fContentCalculatedHeight = 0; in RelocateTableRowCells() local252 fContentCalculatedHeight = in RelocateTableRowCells()253 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()265 &fContentCalculatedHeight); in RelocateTableRowCells()267 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()272 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells()329 fContentCalculatedHeight, containerSize); in RelocateTableRowCells()1042 float fContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local[all …]
117 float* fContentCalculatedHeight,