Searched refs:FPDFLink_GetLinkZOrderAtPoint (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/public/ |
D | fpdf_doc.h | 253 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_GetLinkZOrderAtPoint(FPDF_PAGE page,
|
/external/pdfium/fpdfsdk/ |
D | fpdf_doc_embeddertest.cpp | 174 EXPECT_EQ(-1, FPDFLink_GetLinkZOrderAtPoint(nullptr, 150, 360)); in TEST_F() 181 EXPECT_EQ(0, FPDFLink_GetLinkZOrderAtPoint(page, 150, 360)); in TEST_F() 182 EXPECT_EQ(1, FPDFLink_GetLinkZOrderAtPoint(page, 150, 420)); in TEST_F()
|
D | fpdf_view_c_api_test.c | 131 CHK(FPDFLink_GetLinkZOrderAtPoint); in CheckPDFiumCApi()
|
D | fpdf_doc.cpp | 294 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_GetLinkZOrderAtPoint(FPDF_PAGE page, in FPDFLink_GetLinkZOrderAtPoint() function
|