• Home
  • Raw
  • Download

Lines Matching refs:fContentCalculatedHeight

134     float fContentCalculatedHeight,  in CalculateContainerComponentSizeFromContentSize()  argument
155 componentSize.height = fContentCalculatedHeight; in CalculateContainerComponentSizeFromContentSize()
208 float fContentCalculatedHeight = 0; in RelocateTableRowCells() local
250 fContentCalculatedHeight = in RelocateTableRowCells()
251 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
261 &fContentCalculatedHeight); in RelocateTableRowCells()
263 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
268 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells()
320 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in RelocateTableRowCells()
1669 float fContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local
1740 fContentCalculatedHeight = in DoLayoutPositionedContainer()
1741 std::max(fContentCalculatedHeight, fChildSuppliedHeight); in DoLayoutPositionedContainer()
1755 if (fContentCalculatedHeight == 0 && eVersion < XFA_VERSION_207) in DoLayoutPositionedContainer()
1756 fContentCalculatedHeight = fHiddenContentCalculatedHeight; in DoLayoutPositionedContainer()
1760 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in DoLayoutPositionedContainer()
1778 float fContentCalculatedHeight = 0; in DoLayoutTableContainer() local
1983 fContentCalculatedHeight = std::max(fContentCalculatedHeight, fCurrentRowY); in DoLayoutTableContainer()
1987 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in DoLayoutTableContainer()
2200 float fContentCalculatedHeight = 0; in DoLayoutFlowedContainer() local
2230 fContentCalculatedHeight = std::max( in DoLayoutFlowedContainer()
2231 fContentCalculatedHeight, in DoLayoutFlowedContainer()
2238 fContentCurRowY = fContentCalculatedHeight; in DoLayoutFlowedContainer()
2330 fContentCalculatedHeight -= item->m_sSize.height; in DoLayoutFlowedContainer()
2400 &fContentCalculatedHeight, &fContentCurRowY, in DoLayoutFlowedContainer()
2550 &fContentCalculatedHeight, &fContentCurRowY, fContentCurRowHeight, in DoLayoutFlowedContainer()
2565 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in DoLayoutFlowedContainer()
2592 float* fContentCalculatedHeight, in CalculateRowChildPosition() argument
2612 *fContentCalculatedHeight = in CalculateRowChildPosition()
2613 std::min(*fContentCalculatedHeight, *fContentCurRowY); in CalculateRowChildPosition()
2725 *fContentCalculatedHeight = in CalculateRowChildPosition()
2726 std::max(*fContentCalculatedHeight, *fContentCurRowY); in CalculateRowChildPosition()