Searched refs:FPDFAnnot_GetObject (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/public/ |
D | fpdf_annot.h | 227 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index);
|
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_embeddertest.cpp | 44 EXPECT_FALSE(FPDFAnnot_GetObject(nullptr, 0)); in TEST_F() 45 EXPECT_FALSE(FPDFAnnot_GetObject(nullptr, -1)); in TEST_F() 46 EXPECT_FALSE(FPDFAnnot_GetObject(nullptr, 1)); in TEST_F() 757 FPDF_PAGEOBJECT path = FPDFAnnot_GetObject(annot.get(), 1); in TEST_F() 759 path = FPDFAnnot_GetObject(annot.get(), 0); in TEST_F() 993 FPDF_PAGEOBJECT image_object = FPDFAnnot_GetObject(annot.get(), 0); in TEST_F() 1079 FPDF_PAGEOBJECT text_object = FPDFAnnot_GetObject(annot.get(), 0); in TEST_F()
|
D | fpdf_view_c_api_test.c | 57 CHK(FPDFAnnot_GetObject); in CheckPDFiumCApi()
|
D | fpdf_annot.cpp | 495 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_GetObject() function
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 304 FPDFPageObj_GetType(FPDFAnnot_GetObject(annot.get(), j))); in WriteAnnot()
|