Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutprocessor.cpp48 if (!m_pLayoutPageMgr) in StartLayout()
49 m_pLayoutPageMgr = pdfium::MakeUnique<CXFA_LayoutPageMgr>(this); in StartLayout()
50 if (!m_pLayoutPageMgr->InitLayoutPage(pFormRoot)) in StartLayout()
53 if (!m_pLayoutPageMgr->PrepareFirstPage(pFormRoot)) in StartLayout()
57 pFormRoot, m_pLayoutPageMgr.get()); in StartLayout()
73 float fAvailHeight = m_pLayoutPageMgr->GetAvailHeight(); in DoLayout()
84 m_pLayoutPageMgr->SubmitContentItem(pLayoutItem, eStatus); in DoLayout()
88 m_pLayoutPageMgr->FinishPaginatedPageSets(); in DoLayout()
89 m_pLayoutPageMgr->SyncLayoutData(); in DoLayout()
118 return m_pLayoutPageMgr ? m_pLayoutPageMgr->GetPageCount() : 0; in CountPages()
[all …]
Dcxfa_layoutprocessor.h42 return m_pLayoutPageMgr.get(); in GetLayoutPageMgr()
50 std::unique_ptr<CXFA_LayoutPageMgr> m_pLayoutPageMgr; variable