Home
last modified time | relevance | path

Searched refs:NewAnnot (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_annothandler.h27 virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) = 0;
98 virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage);
172 virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView);
/external/pdfium/fpdfsdk/src/
Dfsdk_annothandler.cpp59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView) in NewAnnot() function in CPDFSDK_AnnotHandlerMgr
66 return pAnnotHandler->NewAnnot(pAnnot, pPageView); in NewAnnot()
394 CPDFSDK_Annot* CPDFSDK_BFAnnotHandler::NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) in NewAnnot() function in CPDFSDK_BFAnnotHandler
Dfsdk_mgr.cpp749 pSDKAnnot = pAnnotHandler->NewAnnot(pPDFAnnot, this); in AddAnnot()
981 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pPDFAnnot, this); in LoadFXAnnots()