Lines Matching refs:fContentCalculatedHeight
133 float fContentCalculatedHeight, in CalculateContainerComponentSizeFromContentSize() argument
154 componentSize.height = fContentCalculatedHeight; in CalculateContainerComponentSizeFromContentSize()
205 float fContentCalculatedHeight = 0; in RelocateTableRowCells() local
252 fContentCalculatedHeight = in RelocateTableRowCells()
253 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
265 &fContentCalculatedHeight); in RelocateTableRowCells()
267 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
272 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells()
329 fContentCalculatedHeight, containerSize); in RelocateTableRowCells()
1042 float fContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local
1109 fContentCalculatedHeight = in DoLayoutPositionedContainer()
1110 std::max(fContentCalculatedHeight, fChildSuppliedHeight); in DoLayoutPositionedContainer()
1124 if (fContentCalculatedHeight == 0 && eVersion < XFA_VERSION_207) in DoLayoutPositionedContainer()
1125 fContentCalculatedHeight = fHiddenContentCalculatedHeight; in DoLayoutPositionedContainer()
1129 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in DoLayoutPositionedContainer()
1148 float fContentCalculatedHeight = 0; in DoLayoutTableContainer() local
1351 fContentCalculatedHeight = std::max(fContentCalculatedHeight, fCurrentRowY); in DoLayoutTableContainer()
1355 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in DoLayoutTableContainer()
1880 float* fContentCalculatedHeight, in CalculateRowChildPosition() argument
1898 *fContentCalculatedHeight = in CalculateRowChildPosition()
1899 std::min(*fContentCalculatedHeight, *fContentCurRowY); in CalculateRowChildPosition()
2002 *fContentCalculatedHeight = in CalculateRowChildPosition()
2003 std::max(*fContentCalculatedHeight, *fContentCurRowY); in CalculateRowChildPosition()