Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1441 float fItemsHeight = 0; in JudgePutNextPage() local
1451 fItemsHeight += pChildLayoutItem->m_sSize.height; in JudgePutNextPage()
1454 fItemsHeight = 0; in JudgePutNextPage()
1457 fItemsHeight += fChildHeight; in JudgePutNextPage()
1458 return m_pViewLayoutProcessor->GetNextAvailContentHeight(fItemsHeight); in JudgePutNextPage()