Searched refs:FPDFAnnot_GetObject (Results 1 – 5 of 5) sorted by relevance
235 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index);
522 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()
52 CHK(FPDFAnnot_GetObject); in CheckPDFiumCApi()
424 FPDFAnnot_GetObject(FPDF_ANNOTATION annot, int index) { in FPDFAnnot_GetObject() function
374 FPDFPageObj_GetType(FPDFAnnot_GetObject(annot, j))); in WriteAnnot()