Searched refs:annot_count (Results 1 – 2 of 2) sorted by relevance
277 int annot_count = FPDFPage_GetAnnotCount(page); in WriteAnnot() local278 fprintf(fp, "Number of annotations: %d\n\n", annot_count); in WriteAnnot()281 for (int i = 0; i < annot_count; ++i) { in WriteAnnot()
749 int annot_count = FPDFPage_GetAnnotCount(page); in TEST_F() local750 ASSERT_EQ(8, annot_count); in TEST_F()752 for (int i = 0; i < annot_count; ++i) { in TEST_F()