Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h432 CPDFSDK_Annot* AddAnnot(CPDF_Dictionary * pDict);
433 CPDFSDK_Annot* AddAnnot(FX_LPCSTR lpSubType,CPDF_Dictionary * pDict);
434 CPDFSDK_Annot* AddAnnot(CPDF_Annot * pPDFAnnot);
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp760 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Annot * pPDFAnnot) in AddAnnot() function in CPDFSDK_PageView
786 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Dictionary * pDict) in AddAnnot() function in CPDFSDK_PageView
789 return this->AddAnnot(pDict->GetString("Subtype"),pDict); in AddAnnot()
793 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(FX_LPCSTR lpSubType,CPDF_Dictionary * pDict) in AddAnnot() function in CPDFSDK_PageView