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

  /external/pdfium/fpdfsdk/include/
fsdk_mgr.h 476 CPDFSDK_Annot* AddAnnot(CPDF_Dictionary * pDict);
477 CPDFSDK_Annot* AddAnnot(FX_LPCSTR lpSubType,CPDF_Dictionary * pDict);
478 CPDFSDK_Annot* AddAnnot(CPDF_Annot * pPDFAnnot);
  /external/pdfium/fpdfsdk/src/
fsdk_mgr.cpp 739 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Annot * pPDFAnnot)
765 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(CPDF_Dictionary * pDict)
768 return this->AddAnnot(pDict->GetString("Subtype"),pDict);
772 CPDFSDK_Annot* CPDFSDK_PageView::AddAnnot(FX_LPCSTR lpSubType,CPDF_Dictionary * pDict)

Completed in 187 milliseconds