Searched refs:FPDF_GetPageHeight (Results 1 – 7 of 7) sorted by relevance
218 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()239 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()265 const int page_height = static_cast<int>(FPDF_GetPageHeight(saved_page)); in TEST_F()297 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()318 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()345 const int page_height = static_cast<int>(FPDF_GetPageHeight(saved_page)); in TEST_F()433 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()448 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()467 const int page_height = static_cast<int>(FPDF_GetPageHeight(saved_page)); in TEST_F()501 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()[all …]
30 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()45 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()65 const int page_height = static_cast<int>(FPDF_GetPageHeight(saved_page)); in TEST_F()
111 int bitmap_height = static_cast<int>(FPDF_GetPageHeight(page)); in TestRenderPageBitmapWithFlags()124 int bitmap_height = static_cast<int>(FPDF_GetPageHeight(page)); in TestRenderPageBitmapWithExternalMemory()457 EXPECT_EQ(0.0, FPDF_GetPageHeight(nullptr)); in TEST_F()991 EXPECT_EQ(height, FPDF_GetPageHeight(page)); in TEST_F()
408 CHK(FPDF_GetPageHeight); in CheckPDFiumCApi()
315 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page) { in FPDF_GetPageHeight() function
61 int height = static_cast<int>(FPDF_GetPageHeight(page)); in StartRenderPageWithFlags()94 int height = static_cast<int>(FPDF_GetPageHeight(page)); in FinishRenderPageWithForms()
657 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page);