Searched refs:AddAnnot (Results 1 – 2 of 2) sorted by relevance
432 CPDFSDK_Annot* AddAnnot(CPDF_Dictionary * pDict);433 CPDFSDK_Annot* AddAnnot(FX_LPCSTR lpSubType,CPDF_Dictionary * pDict);434 CPDFSDK_Annot* AddAnnot(CPDF_Annot * pPDFAnnot);
760 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Annot * pPDFAnnot) in AddAnnot() function in CPDFSDK_PageView786 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Dictionary * pDict) in AddAnnot() function in CPDFSDK_PageView789 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