Searched refs:FPDFPage_GetAnnot (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 34 EXPECT_FALSE(FPDFPage_GetAnnot(nullptr, 0)); in TEST_F() 35 EXPECT_FALSE(FPDFPage_GetAnnot(nullptr, -1)); in TEST_F() 36 EXPECT_FALSE(FPDFPage_GetAnnot(nullptr, 1)); in TEST_F() 37 EXPECT_FALSE(FPDFPage_GetAnnot(page, -1)); in TEST_F() 38 EXPECT_FALSE(FPDFPage_GetAnnot(page, 1)); in TEST_F() 69 EXPECT_FALSE(FPDFPage_GetAnnot(page, 0)); in TEST_F() 122 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F() 212 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 2)); in TEST_F() 280 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F() 363 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, 0)); in TEST_F() [all …]
|
D | fpdf_view_c_api_test.c | 80 CHK(FPDFPage_GetAnnot); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 316 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page, in FPDFPage_GetAnnot() function 957 return FPDFPage_GetAnnot(page, annot_index); in FPDFAnnot_GetFormFieldAtPoint()
|
D | fpdf_text_embeddertest.cpp | 753 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in TEST_F()
|
/external/pdfium/public/ |
D | fpdf_annot.h | 130 FPDF_EXPORT FPDF_ANNOTATION FPDF_CALLCONV FPDFPage_GetAnnot(FPDF_PAGE page,
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 284 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in WriteAnnot()
|