Searched refs:num_bounds (Results 1 – 2 of 2) sorted by relevance
38 bool updateExistingBounds(FPDF_ANNOTATION fpdf_annot, size_t num_bounds, in updateExistingBounds() argument40 for (auto bound_index = 0; bound_index < num_bounds; bound_index++) { in updateExistingBounds()
876 auto num_bounds = FPDFAnnot_CountAttachmentPoints(scoped_annot.get()); in PopulateAnnotations() local877 if (num_bounds > 0) { in PopulateAnnotations()878 bounds.resize(num_bounds); in PopulateAnnotations()879 for (auto bound_index = 0; bound_index < num_bounds; bound_index++) { in PopulateAnnotations()