Searched refs:fContentCalculatedHeight (Results 1 – 2 of 2) sorted by relevance
134 float fContentCalculatedHeight, in CalculateContainerComponentSizeFromContentSize() argument155 componentSize.height = fContentCalculatedHeight; in CalculateContainerComponentSizeFromContentSize()208 float fContentCalculatedHeight = 0; in RelocateTableRowCells() local250 fContentCalculatedHeight = in RelocateTableRowCells()251 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()261 &fContentCalculatedHeight); in RelocateTableRowCells()263 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()268 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells()320 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in RelocateTableRowCells()1669 float fContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local[all …]
122 float* fContentCalculatedHeight,