Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp1542 float fNextContentHeight = pCurContentNode->JSObject() in GetNextAvailContentHeight() local
1545 return fNextContentHeight > fChildHeight; in GetNextAvailContentHeight()
1580 float fNextContentHeight = pContentArea->JSObject() in GetNextAvailContentHeight() local
1583 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()
1593 float fNextContentHeight = pContentArea->JSObject() in GetNextAvailContentHeight() local
1596 if (fNextContentHeight < XFA_LAYOUT_FLOAT_PERCISION) in GetNextAvailContentHeight()
1598 if (fNextContentHeight > fChildHeight) in GetNextAvailContentHeight()