Home
last modified time | relevance | path

Searched refs:FPDFPage_CloseAnnot (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/public/cpp/
Dfpdf_deleters.h21 inline void operator()(FPDF_ANNOTATION annot) { FPDFPage_CloseAnnot(annot); } in operator()
/external/pdfium/public/
Dfpdf_annot.h150 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot);
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c78 CHK(FPDFPage_CloseAnnot); in CheckPDFiumCApi()
Dfpdf_annot.cpp362 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_CloseAnnot(FPDF_ANNOTATION annot) { in FPDFPage_CloseAnnot() function
Dfpdf_annot_embeddertest.cpp482 FPDFPage_CloseAnnot(annot); in TEST_F()
495 FPDFPage_CloseAnnot(squareAnnot); in TEST_F()