Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h593 CPDFSDK_Annot* AddAnnot(CPDF_Dictionary* pDict);
594 CPDFSDK_Annot* AddAnnot(const FX_CHAR* lpSubType, CPDF_Dictionary* pDict);
595 CPDFSDK_Annot* AddAnnot(CPDF_Annot* pPDFAnnot);
603 CPDFSDK_Annot* AddAnnot(IXFA_Widget* pPDFAnnot);
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp788 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Annot* pPDFAnnot) { function in CPDFSDK_PageView
802 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(IXFA_Widget* pPDFAnnot) { function in CPDFSDK_PageView
821 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Dictionary* pDict) { function in CPDFSDK_PageView
822 return pDict ? AddAnnot(pDict->GetString("Subtype"), pDict) : nullptr;
825 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(const FX_CHAR* lpSubType, function in CPDFSDK_PageView
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_doc.cpp504 pSdkPageView->AddAnnot(hWidget); in WidgetEvent()