Home
last modified time | relevance | path

Searched refs:FPDF_LIBRARY_CONFIG (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/testing/libfuzzer/
Dpdf_fuzzer_init.cc19 FPDF_LIBRARY_CONFIG config;
/external/pdfium/docs/
Dgetting-started.md35 library you provide the `FPDF_LIBRARY_CONFIG` parameters to
42 FPDF_LIBRARY_CONFIG config;
127 FPDF_LIBRARY_CONFIG config;
/external/pdfium/public/
Dfpdfview.h200 } FPDF_LIBRARY_CONFIG; typedef
212 FPDF_InitLibraryWithConfig(const FPDF_LIBRARY_CONFIG* config);
/external/pdfium/testing/
Dembedder_test.cpp70 FPDF_LIBRARY_CONFIG config; in SetUp()
/external/pdfium/samples/
Dpdfium_test.cc1578 FPDF_LIBRARY_CONFIG config; in main()
/external/pdfium/fpdfsdk/
Dfpdfview.cpp467 FPDF_InitLibraryWithConfig(const FPDF_LIBRARY_CONFIG* cfg) { in FPDF_InitLibraryWithConfig()