HomeSort by relevance Sort by last modified time
    Searched refs:fAvailHeight (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutprocessor.cpp 70 FX_FLOAT fAvailHeight = m_pLayoutPageMgr->GetAvailHeight();
71 eStatus = m_pRootItemLayoutProcessor->DoLayout(true, fAvailHeight,
72 fAvailHeight, nullptr);
xfa_layout_itemlayout.cpp 613 FX_FLOAT fAvailHeight,
686 fAvailHeight = FLT_MAX;
736 fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION ||
738 pThis->m_fUsedSize + fAvailHeight + XFA_LAYOUT_FLOAT_PERCISION >=
812 pProcessor->FindSplitPos(fAvailHeight - *fContentCurRowY);
    [all...]
cxfa_layoutpagemgr.cpp 463 FX_FLOAT fAvailHeight =
465 if (fAvailHeight >= XFA_LAYOUT_FLOAT_PERCISION)
466 return fAvailHeight;
    [all...]

Completed in 59 milliseconds