Home
last modified time | relevance | path

Searched refs:CPDF_AnnotList (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp11 CPDF_AnnotList::CPDF_AnnotList(CPDF_Page* pPage) in CPDF_AnnotList() function in CPDF_AnnotList
51 CPDF_AnnotList::~CPDF_AnnotList() in ~CPDF_AnnotList()
61 void CPDF_AnnotList::DisplayPass(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, in DisplayPass()
108 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, in DisplayAnnots()
119 void CPDF_AnnotList::DisplayAnnots(const CPDF_Page* pPage, CFX_RenderDevice* pDevice, CPDF_RenderCo… in DisplayAnnots()
130 int CPDF_AnnotList::GetIndex(CPDF_Annot* pAnnot) in GetIndex()
/external/pdfium/fpdfsdk/include/
Dfsdk_rendercontext.h25 CPDF_AnnotList* m_pAnnots;
Dfsdk_mgr.h468 CPDF_AnnotList* m_pAnnotList;
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h15 class CPDF_AnnotList; variable
618 friend class CPDF_AnnotList;
620 CPDF_AnnotList* m_pList;
624 class CPDF_AnnotList
628 CPDF_AnnotList(CPDF_Page* pPage);
630 ~CPDF_AnnotList();
/external/pdfium/fpdfsdk/src/
Dfpdfeditpage.cpp285 CPDF_AnnotList AnnotList(pPage); in FPDFPage_TransformAnnots()
Dfsdk_mgr.cpp988 m_pAnnotList = new CPDF_AnnotList(m_page); in LoadFXAnnots()
Dfpdfview.cpp731 pContext->m_pAnnots = new CPDF_AnnotList(pPage); in FPDF_RenderPage_Retail()