Searched defs:CPDFSDK_Annot (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h61 class CPDFSDK_Annot class
64 CPDFSDK_Annot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView);
65 virtual ~CPDFSDK_Annot();
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseannot.cpp501 // CPDFSDK_Annot
503 CPDFSDK_Annot::CPDFSDK_Annot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView) : function in class:CPDFSDK_Annot
511 CPDFSDK_Annot::~CPDFSDK_Annot()
517 CPDF_Annot* CPDFSDK_Annot::GetPDFAnnot()
522 FX_DWORD CPDFSDK_Annot::GetFlags()
529 void CPDFSDK_Annot::SetPage(CPDFSDK_PageView* pPageView)
534 CPDFSDK_PageView* CPDFSDK_Annot::GetPageView()
539 FX_BOOL CPDFSDK_Annot
[all...]
H A Dfsdk_annothandler.cpp59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView)
69 return new CPDFSDK_Annot(pAnnot, pPageView);
72 void CPDFSDK_AnnotHandlerMgr::ReleaseAnnot(CPDFSDK_Annot* pAnnot)
85 delete (CPDFSDK_Annot*)pAnnot;
89 void CPDFSDK_AnnotHandlerMgr::Annot_OnCreate(CPDFSDK_Annot* pAnnot)
107 void CPDFSDK_AnnotHandlerMgr::Annot_OnLoad(CPDFSDK_Annot* pAnnot)
117 IPDFSDK_AnnotHandler* CPDFSDK_AnnotHandlerMgr::GetAnnotHandler(CPDFSDK_Annot* pAnnot) const
134 void CPDFSDK_AnnotHandlerMgr::Annot_OnDraw(CPDFSDK_PageView* pPageView, CPDFSDK_Annot* pAnnot, CFX_RenderDevice* pDevice, CPDF_Matrix* pUser2Device,FX_DWORD dwFlags)
149 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonDown(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnnot, FX_DWORD nFlags, const CPDF_Point& point)
159 FX_BOOL CPDFSDK_AnnotHandlerMgr::Annot_OnLButtonUp(CPDFSDK_PageView * pPageView, CPDFSDK_Annot* pAnno
786 PrevAnnot(const CPDFSDK_Annot*pCurrent) argument
[all...]

Completed in 53 milliseconds