Lines Matching refs:fRealHeight
614 FX_FLOAT fRealHeight, in InsertFlowedItem() argument
672 bUseRealHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
673 bIsTransHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
684 if (bUseRealHeight && fRealHeight < XFA_LAYOUT_FLOAT_PERCISION) { in InsertFlowedItem()
685 fRealHeight = FLT_MAX; in InsertFlowedItem()
2088 FX_FLOAT fRealHeight, in DoLayoutFlowedContainer() argument
2152 fRealHeight = fRealHeight - fTopInset - fBottomInset; in DoLayoutFlowedContainer()
2392 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer()
2420 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer()
2459 fAvailHeight, fRealHeight, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2719 FX_FLOAT fRealHeight, in DoLayout() argument
2734 fHeightLimit, fRealHeight, pContext, in DoLayout()