Home
last modified time | relevance | path

Searched refs:FPDFAnnot_GetObject (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/public/
Dfpdf_annot.h227 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index);
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp44 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()
Dfpdf_view_c_api_test.c57 CHK(FPDFAnnot_GetObject); in CheckPDFiumCApi()
Dfpdf_annot.cpp495 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_GetObject() function
/external/pdfium/samples/
Dpdfium_test_write_helper.cc304 FPDFPageObj_GetType(FPDFAnnot_GetObject(annot.get(), j))); in WriteAnnot()