Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dannot.cc29 const int num_annots = FPDFPage_GetAnnotCount(page); in GetVisibleAnnots() local
30 for (int i = 0; i < num_annots; ++i) { in GetVisibleAnnots()
46 const int num_annots = FPDFPage_GetAnnotCount(page); in GetVisibleAnnotsOfType() local
47 for (int i = 0; i < num_annots; ++i) { in GetVisibleAnnotsOfType()