Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_annot.h149 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotIndex(FPDF_PAGE page,
/external/pdfium/fpdfsdk/
Dfpdfview_c_api_test.c44 CHK(FPDFPage_GetAnnotIndex); in CheckPDFiumCApi()
Dfpdfannot_embeddertest.cpp1076 EXPECT_EQ(-1, FPDFPage_GetAnnotIndex(page, nullptr)); in TEST_F()
1082 EXPECT_EQ(0, FPDFPage_GetAnnotIndex(page, annot)); in TEST_F()
1091 EXPECT_EQ(1, FPDFPage_GetAnnotIndex(page, popup)); in TEST_F()
Dfpdfannot.cpp256 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_GetAnnotIndex(FPDF_PAGE page, in FPDFPage_GetAnnotIndex() function