Home
last modified time | relevance | path

Searched refs:kPageCount (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_save_embeddertest.cpp63 const int kPageCount = 3; in TEST_F() local
64 std::string original_md5[kPageCount]; in TEST_F()
67 for (int i = 0; i < kPageCount; ++i) { in TEST_F()
85 for (int i = 0; i < kPageCount; ++i) { in TEST_F()
Dfpdf_ppo_embeddertest.cpp110 const int kPageCount = 2; in TEST_F() local
111 static constexpr const char* kExpectedMD5s[kPageCount] = { in TEST_F()
116 ASSERT_EQ(kPageCount, FPDF_GetPageCount(output_doc_3up.get())); in TEST_F()
117 for (int i = 0; i < kPageCount; ++i) { in TEST_F()
Dfpdf_text_embeddertest.cpp1207 static constexpr int kPageCount = 4; in TEST_F() local
1208 static constexpr FS_RECTF kBoxes[kPageCount] = { in TEST_F()
1214 static constexpr const char* kExpectedText[kPageCount] = { in TEST_F()
1222 ASSERT_EQ(kPageCount, FPDF_GetPageCount(document())); in TEST_F()
1224 for (int i = 0; i < kPageCount; ++i) { in TEST_F()