Searched refs:FPDF_SaveWithVersion (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdfsave_embeddertest.cpp | 29 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 14)); in TEST_F() 35 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, -1)); in TEST_F() 39 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 0)); in TEST_F() 43 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 18)); in TEST_F()
|
D | fpdfsave.cpp | 284 FPDF_SaveWithVersion(FPDF_DOCUMENT document, in FPDF_SaveWithVersion() function
|
D | fpdfview_c_api_test.c | 249 CHK(FPDF_SaveWithVersion); in CheckPDFiumCApi()
|
/external/pdfium/public/ |
D | fpdf_save.h | 79 FPDF_SaveWithVersion(FPDF_DOCUMENT document,
|