Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_viewlayoutprocessor.h42 bool GetNextAvailContentHeight(float fChildHeight);
Dcxfa_contentlayoutprocessor.h125 float fChildHeight,
Dcxfa_viewlayoutprocessor.cpp1517 bool CXFA_ViewLayoutProcessor::GetNextAvailContentHeight(float fChildHeight) { in GetNextAvailContentHeight() argument
1528 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
1564 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()
1580 fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
Dcxfa_contentlayoutprocessor.cpp1436 float fChildHeight, in JudgePutNextPage() argument
1457 fItemsHeight += fChildHeight; in JudgePutNextPage()