Home
last modified time | relevance | path

Searched refs:FPDFLink_CountRects (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/public/
Dfpdf_text.h572 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountRects(FPDF_PAGELINK link_page,
/external/pdfium/fpdfsdk/
Dfpdf_text_embeddertest.cpp582 EXPECT_EQ(1, FPDFLink_CountRects(pagelink, 0)); in TEST_F()
583 EXPECT_EQ(1, FPDFLink_CountRects(pagelink, 1)); in TEST_F()
586 EXPECT_EQ(0, FPDFLink_CountRects(pagelink, -1)); in TEST_F()
587 EXPECT_EQ(0, FPDFLink_CountRects(pagelink, 2)); in TEST_F()
588 EXPECT_EQ(0, FPDFLink_CountRects(pagelink, 10000)); in TEST_F()
Dfpdf_view_c_api_test.c321 CHK(FPDFLink_CountRects); in CheckPDFiumCApi()
Dfpdf_text.cpp530 FPDF_EXPORT int FPDF_CALLCONV FPDFLink_CountRects(FPDF_PAGELINK link_page, in FPDFLink_CountRects() function