Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.h56 Result DoLayout(bool bUseBreakControl, float fHeightLimit, float fRealHeight);
75 float fHeightLimit,
132 float fHeightLimit,
Dcxfa_contentlayoutprocessor.cpp1505 float fHeightLimit, in DoLayoutFlowedContainer() argument
1527 float fAvailHeight = fHeightLimit - inset.top - inset.bottom; in DoLayoutFlowedContainer()
1779 if (fContentCurRowY >= fHeightLimit + kXFALayoutPrecision && in DoLayoutFlowedContainer()
2045 float fHeightLimit, in DoLayout() argument
2047 return DoLayoutInternal(bUseBreakControl, fHeightLimit, fRealHeight, nullptr); in DoLayout()
2052 float fHeightLimit, in DoLayoutInternal() argument
2069 fHeightLimit, fRealHeight, pContext, in DoLayoutInternal()