• Home
  • Raw
  • Download

Lines Matching refs:fContentCurRowY

661     float* fContentCurRowY,  in InsertFlowedItem()  argument
716 bUseRealHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
717 bIsTransHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
779 *fContentCurRowY + childSize.height <= in InsertFlowedItem()
849 fContentCurRowAvailWidth, fContentCurRowHeight, fContentCurRowY, in InsertFlowedItem()
855 float fSplitPos = pProcessor->FindSplitPos(fAvailHeight - *fContentCurRowY); in InsertFlowedItem()
919 if (*fContentCurRowY <= XFA_LAYOUT_FLOAT_PERCISION) { in InsertFlowedItem()
2029 float* fContentCurRowY, in ProcessKeepForSplit() argument
2052 *fContentCurRowY -= item->m_sSize.height; in ProcessKeepForSplit()
2206 float fContentCurRowY = 0; in DoLayoutFlowedContainer() local
2236 fContentCurRowY = pLayoutChild->m_sPos.y; in DoLayoutFlowedContainer()
2238 fContentCurRowY = fContentCalculatedHeight; in DoLayoutFlowedContainer()
2241 fContentCurRowY += InsertKeepLayoutItems(); in DoLayoutFlowedContainer()
2247 fContentCurRowY += InsertPendingItems(this, m_pFormNode); in DoLayoutFlowedContainer()
2322 fContentCurRowY += InsertPendingItems(this, m_pFormNode); in DoLayoutFlowedContainer()
2361 FLT_MAX, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2391 fContentWidthLimit, &fContentCurRowY, &fContentCurRowAvailWidth, in DoLayoutFlowedContainer()
2400 &fContentCalculatedHeight, &fContentCurRowY, in DoLayoutFlowedContainer()
2410 FLT_MAX, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2447 fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2475 fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2490 if (fContentCurRowY >= fHeightLimit + XFA_LAYOUT_FLOAT_PERCISION && in DoLayoutFlowedContainer()
2513 fAvailHeight, fRealHeight, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2525 fContentCurRowY += in DoLayoutFlowedContainer()
2550 &fContentCalculatedHeight, &fContentCurRowY, fContentCurRowHeight, in DoLayoutFlowedContainer()
2593 float* fContentCurRowY, in CalculateRowChildPosition() argument
2613 std::min(*fContentCalculatedHeight, *fContentCurRowY); in CalculateRowChildPosition()
2630 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2649 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2666 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2684 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2697 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2708 CFX_PointF(fCurPos, *fContentCurRowY); in CalculateRowChildPosition()
2713 m_fLastRowY = *fContentCurRowY; in CalculateRowChildPosition()
2714 *fContentCurRowY += fContentCurRowHeight; in CalculateRowChildPosition()
2726 std::max(*fContentCalculatedHeight, *fContentCurRowY); in CalculateRowChildPosition()