Searched refs:fContentCalculatedWidth (Results 1 – 2 of 2) sorted by relevance
131 float fContentCalculatedWidth, in CalculateContainerComponentSizeFromContentSize() argument139 componentSize.width = fContentCalculatedWidth; in CalculateContainerComponentSizeFromContentSize()204 float fContentCalculatedWidth = 0; in RelocateTableRowCells() local307 fContentCalculatedWidth = in RelocateTableRowCells()308 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in RelocateTableRowCells()310 fContentCalculatedWidth = containerSize.width - inset.left - inset.right; in RelocateTableRowCells()321 pLayoutChild->m_sPos.x = fContentCalculatedWidth - in RelocateTableRowCells()328 fContentCalculatedWidth, bContainerHeightAutoSize, in RelocateTableRowCells()1041 float fContentCalculatedWidth = 0; in DoLayoutPositionedContainer() local1096 fContentCalculatedWidth = in DoLayoutPositionedContainer()[all …]
116 float* fContentCalculatedWidth,