Searched refs:fContentCalculatedHeight (Results 1 – 2 of 2) sorted by relevance
119 FX_FLOAT fContentCalculatedHeight, in CalculateContainerComponentSizeFromContentSize() argument135 componentSize.height = fContentCalculatedHeight; in CalculateContainerComponentSizeFromContentSize()180 FX_FLOAT fContentCalculatedHeight = 0; in RelocateTableRowCells() local219 fContentCalculatedHeight = in RelocateTableRowCells()220 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()230 &fContentCalculatedHeight); in RelocateTableRowCells()232 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()236 FX_FLOAT fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells()287 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in RelocateTableRowCells()1628 FX_FLOAT fContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local[all …]
139 FX_FLOAT* fContentCalculatedHeight,