Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfannot_embeddertest.cpp522 FPDF_PAGEOBJECT path = FPDFAnnot_GetObject(annot, 1); in TEST_F()
524 path = FPDFAnnot_GetObject(annot, 0); in TEST_F()
724 image_object = FPDFAnnot_GetObject(annot, 0); in TEST_F()
795 text_object = FPDFAnnot_GetObject(annot, 0); in TEST_F()
Dfpdfview_c_api_test.c52 CHK(FPDFAnnot_GetObject); in CheckPDFiumCApi()
Dfpdfannot.cpp424 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_GetObject() function
/external/pdfium/public/
Dfpdf_annot.h235 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index);
/external/pdfium/samples/
Dpdfium_test.cc374 FPDFPageObj_GetType(FPDFAnnot_GetObject(annot, j))); in WriteAnnot()