Home
last modified time | relevance | path

Searched refs:FPDF_GetPageHeight (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_transformpage_embeddertest.cpp228 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 …]
Dfpdf_editpage_embeddertest.cpp29 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()
Dfpdf_view_embeddertest.cpp179 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()
Dfpdf_view_c_api_test.c493 CHK(FPDF_GetPageHeight); in CheckPDFiumCApi()
Dfpdf_view.cpp435 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page) { in FPDF_GetPageHeight() function
/external/pdfium/core/fpdfapi/render/
Dfpdf_progressive_render_embeddertest.cpp141 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()
/external/pdfium/public/
Dfpdfview.h727 FPDF_EXPORT double FPDF_CALLCONV FPDF_GetPageHeight(FPDF_PAGE page);