Home
last modified time | relevance | path

Searched refs:fAvailHeight (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutprocessor.cpp73 float fAvailHeight = m_pLayoutPageMgr->GetAvailHeight(); in DoLayout() local
74 eStatus = m_pRootItemLayoutProcessor->DoLayout(true, fAvailHeight, in DoLayout()
75 fAvailHeight, nullptr); in DoLayout()
Dcxfa_itemlayoutprocessor.cpp658 float fAvailHeight, in InsertFlowedItem() argument
730 fAvailHeight = FLT_MAX; in InsertFlowedItem()
780 fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION || in InsertFlowedItem()
782 pThis->m_fUsedSize + fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION >= in InsertFlowedItem()
855 float fSplitPos = pProcessor->FindSplitPos(fAvailHeight - *fContentCurRowY); in InsertFlowedItem()
2201 float fAvailHeight = fHeightLimit - fTopInset - fBottomInset; in DoLayoutFlowedContainer() local
2202 if (fAvailHeight < 0) in DoLayoutFlowedContainer()
2446 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer()
2474 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer()
2513 fAvailHeight, fRealHeight, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
Dcxfa_layoutpagemgr.cpp494 float fAvailHeight = pLayoutItem->m_pFormNode->JSObject() in GetAvailHeight() local
497 if (fAvailHeight >= XFA_LAYOUT_FLOAT_PERCISION) in GetAvailHeight()
498 return fAvailHeight; in GetAvailHeight()