Home
last modified time | relevance | path

Searched refs:num_bounds (Results 1 – 2 of 2) sorted by relevance

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dannotation.cc38 bool updateExistingBounds(FPDF_ANNOTATION fpdf_annot, size_t num_bounds, in updateExistingBounds() argument
40 for (auto bound_index = 0; bound_index < num_bounds; bound_index++) { in updateExistingBounds()
Dpage.cc876 auto num_bounds = FPDFAnnot_CountAttachmentPoints(scoped_annot.get()); in PopulateAnnotations() local
877 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()