Home
last modified time | relevance | path

Searched refs:fChildHeight (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1832 FX_FLOAT fChildWidth, fChildHeight; in ProcessKeepForSplite() local
1833 pChildProcessor->GetCurrentComponentSize(fChildWidth, fChildHeight); in ProcessKeepForSplite()
1836 fChildHeight, keepLayoutItems)) { in ProcessKeepForSplite()
1852 if (fContentCurRowHeight < fChildHeight) { in ProcessKeepForSplite()
1853 fContentCurRowHeight = fChildHeight; in ProcessKeepForSplite()
1863 FX_FLOAT fChildHeight, in JudgePutNextPage() argument
1882 fItemsHeight += fChildHeight; in JudgePutNextPage()
2005 FX_FLOAT fChildWidth, fChildHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem() local
2006 pProcessor->GetCurrentComponentSize(fChildWidth, fChildHeight); in XFA_ItemLayoutProcessor_InsertFlowedItem()
2054 fChildHeight += fTrailerHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem()
[all …]
Dxfa_layout_pagemgr_new.h28 FX_BOOL GetNextAvailContentHeight(FX_FLOAT fChildHeight);
Dxfa_layout_itemlayout.h91 FX_FLOAT fChildHeight,
Dxfa_layout_pagemgr_new.cpp1409 FX_BOOL CXFA_LayoutPageMgr::GetNextAvailContentHeight(FX_FLOAT fChildHeight) { in GetNextAvailContentHeight() argument
1420 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
1451 if (fNextContentHeight > fChildHeight) { in GetNextAvailContentHeight()
1466 if (fNextContentHeight > fChildHeight) { in GetNextAvailContentHeight()