Searched refs:fAvailHeight (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_document_layout_imp.cpp | 90 FX_FLOAT fAvailHeight = m_pLayoutPageMgr->GetAvailHeight(); in DoLayout() local 92 m_pRootItemLayoutProcessor->DoLayout(TRUE, fAvailHeight, fAvailHeight); in DoLayout()
|
D | xfa_layout_itemlayout.cpp | 1940 FX_FLOAT fAvailHeight, in XFA_ItemLayoutProcessor_InsertFlowedItem() argument 2009 fAvailHeight = XFA_LAYOUT_FLOAT_MAX; in XFA_ItemLayoutProcessor_InsertFlowedItem() 2062 fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION || in XFA_ItemLayoutProcessor_InsertFlowedItem() 2064 pThis->m_fUsedSize + fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION >= in XFA_ItemLayoutProcessor_InsertFlowedItem() 2141 pProcessor->FindSplitPos(fAvailHeight - fContentCurRowY); in XFA_ItemLayoutProcessor_InsertFlowedItem() 2340 FX_FLOAT fAvailHeight = fHeightLimit - fTopInset - fBottomInset; in DoLayoutFlowedContainer() local 2341 if (fAvailHeight < 0) { in DoLayoutFlowedContainer() 2600 fAvailHeight, fRealHeight, fContentCurRowY, in DoLayoutFlowedContainer() 2629 fAvailHeight, fRealHeight, fContentCurRowY, in DoLayoutFlowedContainer() 2670 fAvailHeight, fRealHeight, fContentCurRowY, in DoLayoutFlowedContainer()
|
D | xfa_layout_pagemgr_new.cpp | 254 FX_FLOAT fAvailHeight = in GetAvailHeight() local 258 if (fAvailHeight < XFA_LAYOUT_FLOAT_PERCISION) { in GetAvailHeight() 261 fAvailHeight = 0; in GetAvailHeight() 263 fAvailHeight = XFA_LAYOUT_FLOAT_MAX; in GetAvailHeight() 266 return fAvailHeight; in GetAvailHeight()
|