Searched refs:NewAnnot (Results 1 – 3 of 3) sorted by relevance
27 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);
59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView) in NewAnnot() function in CPDFSDK_AnnotHandlerMgr66 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
749 pSDKAnnot = pAnnotHandler->NewAnnot(pPDFAnnot, this); in AddAnnot()981 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pPDFAnnot, this); in LoadFXAnnots()