Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.h129 float fChildHeight,
Dcxfa_layoutpagemgr.h29 bool GetNextAvailContentHeight(float fChildHeight);
Dcxfa_layoutpagemgr.cpp1533 bool CXFA_LayoutPageMgr::GetNextAvailContentHeight(float fChildHeight) { in GetNextAvailContentHeight() argument
1545 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
1583 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()
1598 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()
Dcxfa_itemlayoutprocessor.cpp2072 float fChildHeight, in JudgePutNextPage() argument
2091 fItemsHeight += fChildHeight; in JudgePutNextPage()