Home
last modified time | relevance | path

Searched refs:FPDF_DestroyLibrary (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/docs/
Dgetting-started.md34 must destroy the library with `FPDF_DestroyLibrary()` when finished. When
50 FPDF_DestroyLibrary();
173 FPDF_DestroyLibrary();
/external/pdfium/public/
Dfpdfview.h268 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyLibrary();
/external/pdfium/fpdfsdk/
Dfpdf_view_c_api_test.c398 CHK(FPDF_DestroyLibrary); in CheckPDFiumCApi()
Dfpdf_view_embeddertest.cpp314 FPDF_DestroyLibrary(); // Doubly-redundant even, but safe. in TEST_F()
315 FPDF_DestroyLibrary(); // Redundant given call in TearDown(), but safe. in TEST_F()
Dfpdf_view.cpp126 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyLibrary() { in FPDF_DestroyLibrary() function
/external/pdfium/testing/
Dembedder_test.cpp95 FPDF_DestroyLibrary(); in TearDown()
/external/pdfium/samples/
Dpdfium_test.cc1180 FPDF_DestroyLibrary(); in main()