Searched refs:num_annots (Results 1 – 1 of 1) sorted by relevance
29 const int num_annots = FPDFPage_GetAnnotCount(page); in GetVisibleAnnots() local30 for (int i = 0; i < num_annots; ++i) { in GetVisibleAnnots()46 const int num_annots = FPDFPage_GetAnnotCount(page); in GetVisibleAnnotsOfType() local47 for (int i = 0; i < num_annots; ++i) { in GetVisibleAnnotsOfType()