Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.h27 bool GetNextAvailContentHeight(FX_FLOAT fChildHeight);
Dxfa_layout_itemlayout.h146 FX_FLOAT fChildHeight,
Dcxfa_layoutpagemgr.cpp1514 bool CXFA_LayoutPageMgr::GetNextAvailContentHeight(FX_FLOAT fChildHeight) { in GetNextAvailContentHeight() argument
1525 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
1554 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()
1568 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()
Dxfa_layout_itemlayout.cpp2020 FX_FLOAT fChildHeight, in JudgePutNextPage() argument
2039 fItemsHeight += fChildHeight; in JudgePutNextPage()