Home
last modified time | relevance | path

Searched refs:CPDF_StructTree (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h13 class CPDF_StructTree; variable
17 class CPDF_StructTree
21 static CPDF_StructTree* LoadDoc(const CPDF_Document* pDoc);
23 static CPDF_StructTree* LoadPage(const CPDF_Document* pDoc, const CPDF_Dictionary* pPageDict);
25 virtual ~CPDF_StructTree() {} in ~CPDF_StructTree()
74 virtual CPDF_StructTree* GetTree() const = 0;
/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h13 class CPDF_StructTreeImpl : public CPDF_StructTree
41 CPDF_StructTree* GetTree() const in GetTree()
Ddoc_tagged.cpp18 CPDF_StructTree* CPDF_StructTree::LoadPage(const CPDF_Document* pDoc, const CPDF_Dictionary* pPageD… in LoadPage()
27 CPDF_StructTree* CPDF_StructTree::LoadDoc(const CPDF_Document* pDoc) in LoadDoc()
/external/pdfium/core/src/reflow/
Dlayoutprovider_taggedpdf.h81 CPDF_StructTree* m_pPageTree;
Dreflowedpage.cpp329 CPDF_StructTree* pPageTree = CPDF_StructTree::LoadPage(pPage->m_pDocument, pPage->m_pFormDict); in IsTaggedPage()
Dlayoutprovider_taggedpdf.cpp714 m_pPageTree = CPDF_StructTree::LoadPage(m_pPage->m_pDocument, m_pPage->m_pFormDict); in StartLoad()