Searched refs:FPDF_GetPageWidth (Results 1 – 6 of 6) sorted by relevance
70 EXPECT_EQ(612.0, FPDF_GetPageWidth(page)); in TEST_F()338 const int width = static_cast<int>(FPDF_GetPageWidth(page)); in TEST_F()
238 CHK(FPDF_GetPageWidth); in CheckPDFiumCApi()
677 DLLEXPORT double STDCALL FPDF_GetPageWidth(FPDF_PAGE page) { in FPDF_GetPageWidth() function
507 DLLEXPORT double STDCALL FPDF_GetPageWidth(FPDF_PAGE page);
268 int width = static_cast<int>(FPDF_GetPageWidth(page)); in RenderPage()
281 int width = static_cast<int>(FPDF_GetPageWidth(page)); in WriteEmf()650 int width = static_cast<int>(FPDF_GetPageWidth(page) * scale); in RenderPage()