Searched refs:fRealHeight (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_layout_itemlayout.h | 79 FX_FLOAT fRealHeight, 155 FX_FLOAT fRealHeight,
|
D | xfa_layout_itemlayout.cpp | 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() [all …]
|