Searched refs:FPDFLink_GetRect (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/public/ |
D | fpdf_text.h | 595 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_view_c_api_test.c | 323 CHK(FPDFLink_GetRect); in CheckPDFiumCApi()
|
D | fpdf_text_embeddertest.cpp | 595 EXPECT_TRUE(FPDFLink_GetRect(pagelink, 0, 0, &left, &top, &right, &bottom)); in TEST_F() 606 EXPECT_FALSE(FPDFLink_GetRect(pagelink, 0, 1, &left, &top, &right, &bottom)); in TEST_F() 617 EXPECT_FALSE(FPDFLink_GetRect(pagelink, -1, 0, &left, &top, &right, &bottom)); in TEST_F()
|
D | fpdf_text.cpp | 539 FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDFLink_GetRect(FPDF_PAGELINK link_page, in FPDFLink_GetRect() function
|