Searched defs:CPDF_AnnotList (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_annot.cpp9 CPDF_AnnotList::CPDF_AnnotList(CPDF_Page* pPage) function in class:CPDF_AnnotList
52 CPDF_AnnotList::~CPDF_AnnotList()
62 void CPDF_AnnotList::DisplayPass(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
109 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
120 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
131 int CPDF_AnnotList::GetIndex(CPDF_Annot* pAnnot)
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h17 class CPDF_AnnotList;
663 friend class CPDF_AnnotList;
665 CPDF_AnnotList* m_pList;
669 class CPDF_AnnotList : public CFX_Object class in inherits:CFX_Object
673 CPDF_AnnotList(CPDF_Page* pPage);
675 ~CPDF_AnnotList();

Completed in 72 milliseconds