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

  /external/pdfium/fpdfsdk/include/
fsdk_rendercontext.h 24 CPDF_AnnotList* m_pAnnots;
fsdk_mgr.h 514 CPDF_AnnotList* m_pAnnotList;
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 9 CPDF_AnnotList::CPDF_AnnotList(CPDF_Page* pPage)
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/
fpdf_doc.h 17 class CPDF_AnnotList;
663 friend class CPDF_AnnotList;
665 CPDF_AnnotList* m_pList;
669 class CPDF_AnnotList : public CFX_Object
673 CPDF_AnnotList(CPDF_Page* pPage);
675 ~CPDF_AnnotList();
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 293 CPDF_AnnotList AnnotList(pPage);
fpdfview.cpp 829 pContext->m_pAnnots = FX_NEW CPDF_AnnotList(pPage);
fsdk_mgr.cpp 967 m_pAnnotList = new CPDF_AnnotList(m_page);

Completed in 191 milliseconds