Searched refs:bUseBreakControl (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.h | 62 Result DoLayout(bool bUseBreakControl, float fHeightLimit, float fRealHeight); 89 Result DoLayoutInternal(bool bUseBreakControl, 142 Result DoLayoutFlowedContainer(bool bUseBreakControl, 183 bool bUseBreakControl,
|
D | cxfa_contentlayoutprocessor.cpp | 1530 bool bUseBreakControl, in DoLayoutFlowedContainer() argument 1650 if (!bUseBreakControl || !m_pViewLayoutProcessor) in DoLayoutFlowedContainer() 1691 if (!bUseBreakControl || !m_pViewLayoutProcessor) in DoLayoutFlowedContainer() 1772 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer() 1802 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer() 1841 rgCurLineLayoutItems, bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer() 2084 bool bUseBreakControl, in DoLayout() argument 2087 return DoLayoutInternal(bUseBreakControl, fHeightLimit, fRealHeight, nullptr); in DoLayout() 2091 CXFA_ContentLayoutProcessor::DoLayoutInternal(bool bUseBreakControl, in DoLayoutInternal() argument 2108 return DoLayoutFlowedContainer(bUseBreakControl, eLayoutStrategy, in DoLayoutInternal() [all …]
|