Searched refs:FPDF_GetPageHeight (Results 1 – 7 of 7) sorted by relevance
228 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()250 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()276 const int page_height = static_cast<int>(FPDF_GetPageHeight(saved_page)); in TEST_F()305 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()327 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()355 const int page_height = static_cast<int>(FPDF_GetPageHeight(saved_page)); in TEST_F()435 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()452 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()472 const int page_height = static_cast<int>(FPDF_GetPageHeight(saved_page)); in TEST_F()495 const int page_height = static_cast<int>(FPDF_GetPageHeight(page)); in TEST_F()[all …]
29 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()
179 int bitmap_height = static_cast<int>(FPDF_GetPageHeight(page)); in TestRenderPageBitmapWithFlags()201 int bitmap_height = static_cast<int>(FPDF_GetPageHeight(page)); in TestRenderPageBitmapWithInternalMemoryAndStride()233 int height = static_cast<int>(FPDF_GetPageHeight(page)); in TestRenderPageSkp()257 int bitmap_height = static_cast<int>(FPDF_GetPageHeight(page)); in TestRenderPageBitmapWithExternalMemoryImpl()272 EXPECT_EQ(bitmap_height, static_cast<int>(FPDF_GetPageHeight(page))); in RenderPageToBitmapAndCheck()655 EXPECT_EQ(0.0, FPDF_GetPageHeight(nullptr)); in TEST_F()1271 EXPECT_EQ(height, FPDF_GetPageHeight(page)); in TEST_F()
493 CHK(FPDF_GetPageHeight); in CheckPDFiumCApi()
435 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page) { in FPDF_GetPageHeight() function
141 int height = static_cast<int>(FPDF_GetPageHeight(page)); in StartRenderPageWithFlags()163 int height = static_cast<int>(FPDF_GetPageHeight(page)); in StartRenderPageWithColorSchemeAndBackground()196 int height = static_cast<int>(FPDF_GetPageHeight(page)); in FinishRenderPageWithForms()
727 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page);