Searched refs:bUseBreakControl (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.h | 56 Result DoLayout(bool bUseBreakControl, float fHeightLimit, float fRealHeight); 74 Result DoLayoutInternal(bool bUseBreakControl, 130 Result DoLayoutFlowedContainer(bool bUseBreakControl, 171 bool bUseBreakControl,
|
D | cxfa_contentlayoutprocessor.cpp | 1503 bool bUseBreakControl, in DoLayoutFlowedContainer() argument 1623 if (!bUseBreakControl || !m_pViewLayoutProcessor) in DoLayoutFlowedContainer() 1662 if (!bUseBreakControl || !m_pViewLayoutProcessor) in DoLayoutFlowedContainer() 1737 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer() 1764 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer() 1800 &uCurHAlignState, rgCurLineLayoutItems, bUseBreakControl, in DoLayoutFlowedContainer() 2044 bool bUseBreakControl, in DoLayout() argument 2047 return DoLayoutInternal(bUseBreakControl, fHeightLimit, fRealHeight, nullptr); in DoLayout() 2051 CXFA_ContentLayoutProcessor::DoLayoutInternal(bool bUseBreakControl, in DoLayoutInternal() argument 2068 return DoLayoutFlowedContainer(bUseBreakControl, eLayoutStrategy, in DoLayoutInternal() [all …]
|