Searched refs:FPDF_GetPageBoundingBox (Results 1 – 5 of 5) sorted by relevance
449 EXPECT_TRUE(FPDF_GetPageBoundingBox(page, &rect)); in TEST_F()458 EXPECT_FALSE(FPDF_GetPageBoundingBox(nullptr, &rect)); in TEST_F()459 EXPECT_FALSE(FPDF_GetPageBoundingBox(page, nullptr)); in TEST_F()
406 CHK(FPDF_GetPageBoundingBox); in CheckPDFiumCApi()
319 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetPageBoundingBox(FPDF_PAGE page, in FPDF_GetPageBoundingBox() function
1229 EXPECT_TRUE(FPDF_GetPageBoundingBox(page, &box)); in TEST_F()
669 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_GetPageBoundingBox(FPDF_PAGE page,