Searched defs:AddAnnot (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp739 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Annot * pPDFAnnot) function in class:CPDFSDK_PageView
765 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Dictionary * pDict) function in class:CPDFSDK_PageView
768 return this->AddAnnot(pDict->GetString("Subtype"),pDict);
772 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(FX_LPCSTR lpSubType,CPDF_Dictionary * pDict) function in class:CPDFSDK_PageView

Completed in 100 milliseconds