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 25 CPDF_AnnotList* m_pAnnots;
fsdk_mgr.h 468 CPDF_AnnotList* m_pAnnotList;
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 11 CPDF_AnnotList::CPDF_AnnotList(CPDF_Page* pPage)
51 CPDF_AnnotList::~CPDF_AnnotList()
61 void CPDF_AnnotList::DisplayPass(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
108 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice,
119 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderContext* pContext,
130 int CPDF_AnnotList::GetIndex(CPDF_Annot* pAnnot)
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 15 class CPDF_AnnotList;
618 friend class CPDF_AnnotList;
620 CPDF_AnnotList* m_pList;
624 class CPDF_AnnotList
628 CPDF_AnnotList(CPDF_Page* pPage);
630 ~CPDF_AnnotList();
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfeditpage.cpp 285 CPDF_AnnotList AnnotList(pPage);
fpdfview.cpp 731 pContext->m_pAnnots = new CPDF_AnnotList(pPage);
fsdk_mgr.cpp 988 m_pAnnotList = new CPDF_AnnotList(m_page);

Completed in 342 milliseconds