Lines Matching refs:fContentCurRowY

616     FX_FLOAT* fContentCurRowY,  in InsertFlowedItem()  argument
672 bUseRealHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
673 bIsTransHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
735 *fContentCurRowY + childSize.height <= in InsertFlowedItem()
805 fContentCurRowAvailWidth, fContentCurRowHeight, fContentCurRowY, in InsertFlowedItem()
812 pProcessor->FindSplitPos(fAvailHeight - *fContentCurRowY); in InsertFlowedItem()
876 if (*fContentCurRowY <= XFA_LAYOUT_FLOAT_PERCISION) { in InsertFlowedItem()
1977 FX_FLOAT* fContentCurRowY, in ProcessKeepForSplit() argument
2000 *fContentCurRowY -= item->m_sSize.height; in ProcessKeepForSplit()
2153 FX_FLOAT fContentCurRowY = 0; in DoLayoutFlowedContainer() local
2183 fContentCurRowY = pLayoutChild->m_sPos.y; in DoLayoutFlowedContainer()
2185 fContentCurRowY = fContentCalculatedHeight; in DoLayoutFlowedContainer()
2188 fContentCurRowY += InsertKeepLayoutItems(); in DoLayoutFlowedContainer()
2194 fContentCurRowY += InsertPendingItems(this, m_pFormNode); in DoLayoutFlowedContainer()
2268 fContentCurRowY += InsertPendingItems(this, m_pFormNode); in DoLayoutFlowedContainer()
2307 FLT_MAX, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2337 fContentWidthLimit, &fContentCurRowY, &fContentCurRowAvailWidth, in DoLayoutFlowedContainer()
2346 &fContentCalculatedHeight, &fContentCurRowY, in DoLayoutFlowedContainer()
2356 FLT_MAX, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2393 fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2421 fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2436 if (fContentCurRowY >= fHeightLimit + XFA_LAYOUT_FLOAT_PERCISION && in DoLayoutFlowedContainer()
2459 fAvailHeight, fRealHeight, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2471 fContentCurRowY += in DoLayoutFlowedContainer()
2497 &fContentCalculatedHeight, &fContentCurRowY, fContentCurRowHeight, in DoLayoutFlowedContainer()
2540 FX_FLOAT* fContentCurRowY, in CalculateRowChildPosition() argument
2561 std::min(*fContentCalculatedHeight, *fContentCurRowY); in CalculateRowChildPosition()
2579 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2598 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2615 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2633 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2646 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2657 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2662 m_fLastRowY = *fContentCurRowY; in CalculateRowChildPosition()
2663 *fContentCurRowY += fContentCurRowHeight; in CalculateRowChildPosition()
2675 std::max(*fContentCalculatedHeight, *fContentCurRowY); in CalculateRowChildPosition()