Searched refs:FPDFLink_GetRect (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/public/ |
D | fpdf_text.h | 436 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page,
|
/external/pdfium/fpdfsdk/ |
D | fpdftext_embeddertest.cpp | 384 EXPECT_TRUE(FPDFLink_GetRect(pagelink, 0, 0, &left, &top, &right, &bottom)); in TEST_F() 395 EXPECT_FALSE(FPDFLink_GetRect(pagelink, 0, 1, &left, &top, &right, &bottom)); in TEST_F() 406 EXPECT_FALSE(FPDFLink_GetRect(pagelink, -1, 0, &left, &top, &right, &bottom)); in TEST_F()
|
D | fpdfview_c_api_test.c | 297 CHK(FPDFLink_GetRect); in CheckPDFiumCApi()
|
D | fpdftext.cpp | 369 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page, in FPDFLink_GetRect() function
|