HomeSort by relevance Sort by last modified time
    Searched refs:CPDF_StructTree (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_tagged.h 9 class CPDF_StructTree;
16 class CPDF_StructTree : public CFX_Object
20 static CPDF_StructTree* LoadDoc(const CPDF_Document* pDoc);
22 static CPDF_StructTree* LoadPage(const CPDF_Document* pDoc, const CPDF_Dictionary* pPageDict);
24 virtual ~CPDF_StructTree() {}
72 virtual CPDF_StructTree* GetTree() const = 0;
  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 11 class CPDF_StructTreeImpl : public CPDF_StructTree
40 CPDF_StructTree* GetTree() const
doc_tagged.cpp 18 CPDF_StructTree* CPDF_StructTree::LoadPage(const CPDF_Document* pDoc, const CPDF_Dictionary* pPageDict)
30 CPDF_StructTree* CPDF_StructTree::LoadDoc(const CPDF_Document* pDoc)
  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 79 CPDF_StructTree* m_pPageTree;
reflowedpage.cpp 332 CPDF_StructTree* pPageTree = CPDF_StructTree::LoadPage(pPage->m_pDocument, pPage->m_pFormDict);
layoutprovider_taggedpdf.cpp 721 m_pPageTree = CPDF_StructTree::LoadPage(m_pPage->m_pDocument, m_pPage->m_pFormDict);

Completed in 99 milliseconds