Home
last modified time | relevance | path

Searched refs:fRealHeight (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.h79 FX_FLOAT fRealHeight,
155 FX_FLOAT fRealHeight,
Dxfa_layout_itemlayout.cpp614 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 …]