Searched refs:fContentCalculatedWidth (Results 1 – 2 of 2) sorted by relevance
132 float fContentCalculatedWidth, in CalculateContainerComponentSizeFromContentSize() argument140 componentSize.width = fContentCalculatedWidth; in CalculateContainerComponentSizeFromContentSize()207 float fContentCalculatedWidth = 0; in RelocateTableRowCells() local301 fContentCalculatedWidth = in RelocateTableRowCells()302 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in RelocateTableRowCells()304 fContentCalculatedWidth = containerSize.width - fLeftInset - fRightInset; in RelocateTableRowCells()313 pLayoutChild->m_sPos.x = fContentCalculatedWidth - in RelocateTableRowCells()319 pLayoutRow->m_pFormNode, bContainerWidthAutoSize, fContentCalculatedWidth, in RelocateTableRowCells()1668 float fContentCalculatedWidth = 0; in DoLayoutPositionedContainer() local1727 fContentCalculatedWidth = in DoLayoutPositionedContainer()[all …]
121 float* fContentCalculatedWidth,