Searched refs:FPDF_SaveWithVersion (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_save_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 | fpdf_save.cpp | 206 FPDF_SaveWithVersion(FPDF_DOCUMENT document, in FPDF_SaveWithVersion() function
|
D | fpdf_view_c_api_test.c | 294 CHK(FPDF_SaveWithVersion); in CheckPDFiumCApi()
|
/external/pdfium/public/ |
D | fpdf_save.h | 76 FPDF_SaveWithVersion(FPDF_DOCUMENT document,
|