Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutprocessor.cpp78 float fAvailHeight = m_pViewLayoutProcessor->GetAvailHeight(); in DoLayout() local
80 m_pContentLayoutProcessor->DoLayout(true, fAvailHeight, fAvailHeight); in DoLayout()
Dcxfa_contentlayoutprocessor.cpp1527 float fAvailHeight = fHeightLimit - inset.top - inset.bottom; in DoLayoutFlowedContainer() local
1528 if (fAvailHeight < 0) in DoLayoutFlowedContainer()
1737 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer()
1764 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer()
1801 fAvailHeight, fRealHeight, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer()
2302 float fAvailHeight, in InsertFlowedItem() argument
2372 fAvailHeight = FLT_MAX; in InsertFlowedItem()
2424 fAvailHeight + kXFALayoutPrecision || in InsertFlowedItem()
2426 m_fUsedSize + fAvailHeight + kXFALayoutPrecision >= fContainerHeight)) { in InsertFlowedItem()
2498 float fSplitPos = pProcessor->FindSplitPos(fAvailHeight - *fContentCurRowY); in InsertFlowedItem()
Dcxfa_contentlayoutprocessor.h172 float fAvailHeight,
Dcxfa_viewlayoutprocessor.cpp560 float fAvailHeight = pLayoutItem->GetFormNode()->JSObject()->GetMeasureInUnit( in GetAvailHeight() local
562 if (fAvailHeight >= kXFALayoutPrecision) in GetAvailHeight()
563 return fAvailHeight; in GetAvailHeight()