Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/xfa/fxfa/layout/
H A Dcxfa_layoutprocessor.cpp36 visitor->Trace(m_pViewLayoutProcessor); in Trace()
61 if (!m_pViewLayoutProcessor) { in RestartLayout()
62 m_pViewLayoutProcessor = in RestartLayout()
66 if (!m_pViewLayoutProcessor->InitLayoutPage(pFormRoot)) in RestartLayout()
69 if (!m_pViewLayoutProcessor->PrepareFirstPage(pFormRoot)) in RestartLayout()
75 m_pViewLayoutProcessor); in RestartLayout()
91 float fAvailHeight = m_pViewLayoutProcessor->GetAvailHeight(); in DoLayout()
102 m_pViewLayoutProcessor->SubmitContentItem(pLayoutItem, eStatus); in DoLayout()
106 m_pViewLayoutProcessor->FinishPaginatedPageSets(); in DoLayout()
107 m_pViewLayoutProcessor->SyncLayoutData(); in DoLayout()
[all …]
H A Dcxfa_contentlayoutprocessor.cpp634 m_pViewLayoutProcessor(pViewLayoutProcessor) { in CXFA_ContentLayoutProcessor()
652 visitor->Trace(m_pViewLayoutProcessor); in Trace()
1080 m_pViewLayoutProcessor); in DoLayoutPositionedContainer()
1217 m_pViewLayoutProcessor); in DoLayoutTableContainer()
1481 return m_pViewLayoutProcessor->GetNextAvailContentHeight(fItemsHeight); in JudgePutNextPage()
1647 if (!bUseBreakControl || !m_pViewLayoutProcessor) in DoLayoutFlowedContainer()
1651 m_pViewLayoutProcessor->ProcessBreakBefore(m_pCurChildNode); in DoLayoutFlowedContainer()
1688 if (!bUseBreakControl || !m_pViewLayoutProcessor) in DoLayoutFlowedContainer()
1692 m_pViewLayoutProcessor->ProcessBreakAfter(m_pCurChildNode); in DoLayoutFlowedContainer()
1753 } else if (m_pViewLayoutProcessor) { in DoLayoutFlowedContainer()
[all …]
H A Dcxfa_layoutprocessor.h52 return m_pViewLayoutProcessor; in GetLayoutPageMgr()
63 cppgc::Member<CXFA_ViewLayoutProcessor> m_pViewLayoutProcessor; variable
H A Dcxfa_contentlayoutprocessor.h236 cppgc::Member<CXFA_ViewLayoutProcessor> m_pViewLayoutProcessor; variable