Searched refs:FPDF_SaveWithVersion (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/ |
D | fpdfsave_embeddertest.cpp | 27 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 14)); in TEST_F() 34 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, -1)); in TEST_F() 38 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 0)); in TEST_F() 42 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 18)); in TEST_F()
|
D | fpdfview_c_api_test.c | 150 CHK(FPDF_SaveWithVersion); in CheckPDFiumCApi()
|
D | fpdfsave.cpp | 330 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveWithVersion(FPDF_DOCUMENT document, in FPDF_SaveWithVersion() function
|
/external/pdfium/public/ |
D | fpdf_save.h | 78 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveWithVersion(FPDF_DOCUMENT document,
|