Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.h62 float fRealHeight,
138 float fRealHeight,
Dcxfa_itemlayoutprocessor.cpp659 float fRealHeight, in InsertFlowedItem() argument
716 bUseRealHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
717 bIsTransHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
728 if (bUseRealHeight && fRealHeight < XFA_LAYOUT_FLOAT_PERCISION) { in InsertFlowedItem()
729 fRealHeight = FLT_MAX; in InsertFlowedItem()
2140 float fRealHeight, in DoLayoutFlowedContainer() argument
2205 fRealHeight = fRealHeight - fTopInset - fBottomInset; in DoLayoutFlowedContainer()
2446 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer()
2474 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer()
2513 fAvailHeight, fRealHeight, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
[all …]