Searched refs:fChildSuppliedWidth (Results 1 – 1 of 1) sorted by relevance
1164 FX_FLOAT fChildSuppliedWidth = fAbsoluteX + fWidth; in DoLayoutPositionedContainer() local1166 if (fContentCalculatedWidth < fChildSuppliedWidth) { in DoLayoutPositionedContainer()1167 fContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()1170 if (fHiddenContentCalculatedWidth < fChildSuppliedWidth && in DoLayoutPositionedContainer()1172 fHiddenContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()1344 FX_FLOAT fChildSuppliedWidth = fCurrentColX; in XFA_ItemLayoutProcessor_RelocateTableRowCells() local1346 fContentWidthLimit > fChildSuppliedWidth) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()1347 fChildSuppliedWidth = fContentWidthLimit; in XFA_ItemLayoutProcessor_RelocateTableRowCells()1349 if (fContentCalculatedWidth < fChildSuppliedWidth) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()1350 fContentCalculatedWidth = fChildSuppliedWidth; in XFA_ItemLayoutProcessor_RelocateTableRowCells()[all …]