Searched refs:fChildHeight (Results 1 – 4 of 4) sorted by relevance
1832 FX_FLOAT fChildWidth, fChildHeight; in ProcessKeepForSplite() local1833 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() argument1882 fItemsHeight += fChildHeight; in JudgePutNextPage()2005 FX_FLOAT fChildWidth, fChildHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem() local2006 pProcessor->GetCurrentComponentSize(fChildWidth, fChildHeight); in XFA_ItemLayoutProcessor_InsertFlowedItem()2054 fChildHeight += fTrailerHeight; in XFA_ItemLayoutProcessor_InsertFlowedItem()[all …]
28 FX_BOOL GetNextAvailContentHeight(FX_FLOAT fChildHeight);
91 FX_FLOAT fChildHeight,
1409 FX_BOOL CXFA_LayoutPageMgr::GetNextAvailContentHeight(FX_FLOAT fChildHeight) { in GetNextAvailContentHeight() argument1420 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()1451 if (fNextContentHeight > fChildHeight) { in GetNextAvailContentHeight()1466 if (fNextContentHeight > fChildHeight) { in GetNextAvailContentHeight()