Annots           1435 lib/pdf/xpdf/Annot.cc Annots::Annots(XRef *xref, Catalog *catalog, Object *annotsObj) {
Annots           1475 lib/pdf/xpdf/Annot.cc Annots::~Annots() {
Annots           1484 lib/pdf/xpdf/Annot.cc void Annots::generateAppearances(Dict *acroForm) {
Annots           1507 lib/pdf/xpdf/Annot.cc void Annots::scanFieldAppearances(Dict *node, Ref *ref, Dict *parent,
Annots           1547 lib/pdf/xpdf/Annot.cc Annot *Annots::findAnnot(Ref *ref) {
Annots            116 lib/pdf/xpdf/Annot.h class Annots {
Annots            120 lib/pdf/xpdf/Annot.h   Annots(XRef *xref, Catalog *catalog, Object *annotsObj);
Annots            122 lib/pdf/xpdf/Annot.h   ~Annots();
Annots            280 lib/pdf/xpdf/Page.cc   Annots *annotList;
Annots            323 lib/pdf/xpdf/Page.cc   annotList = new Annots(xref, catalog, getAnnots(&obj));