HomeSort by relevance Sort by last modified time
    Searched refs:NewAnnot (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/include/
fsdk_annothandler.h 35 virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage) = 0;
106 virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage);
180 virtual CPDFSDK_Annot* NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView);
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 59 CPDFSDK_Annot* CPDFSDK_AnnotHandlerMgr::NewAnnot(CPDF_Annot * pAnnot, CPDFSDK_PageView *pPageView)
66 return pAnnotHandler->NewAnnot(pAnnot, pPageView);
394 CPDFSDK_Annot* CPDFSDK_BFAnnotHandler::NewAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPage)
fsdk_mgr.cpp 770 pSDKAnnot = pAnnotHandler->NewAnnot(pPDFAnnot, this);
1004 CPDFSDK_Annot* pAnnot = pAnnotHandlerMgr->NewAnnot(pPDFAnnot, this);

Completed in 195 milliseconds