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 13 class CPDF_StructTree;
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() {}
74 virtual CPDF_StructTree* GetTree() const = 0;
  /external/pdfium/core/src/fpdfdoc/
tagged_int.h 13 class CPDF_StructTreeImpl : public CPDF_StructTree
41 CPDF_StructTree* GetTree() const
doc_tagged.cpp 18 CPDF_StructTree* CPDF_StructTree::LoadPage(const CPDF_Document* pDoc, const CPDF_Dictionary* pPageDict)
27 CPDF_StructTree* CPDF_StructTree::LoadDoc(const CPDF_Document* pDoc)
  /external/pdfium/core/src/reflow/
layoutprovider_taggedpdf.h 81 CPDF_StructTree* m_pPageTree;