Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_pageview.h111 std::unique_ptr<CPDFSDK_Annot> NewAnnot(CPDF_Annot* annot);
Dcpdfsdk_pageview.cpp95 std::unique_ptr<CPDFSDK_Annot> CPDFSDK_PageView::NewAnnot(CPDF_Annot* annot) { in NewAnnot() function in CPDFSDK_PageView
571 std::unique_ptr<CPDFSDK_Annot> pAnnot = NewAnnot(pPDFAnnot); in LoadFXAnnots()