Lines Matching +defs:page +defs:ref

650 void PDFDoc::displayPage(OutputDev *out, int page, double hDPI, double vDPI, int rotate, bool useMe…  in displayPage()
664 int page; in displayPages() local
671 void PDFDoc::displayPageSlice(OutputDev *out, int page, double hDPI, double vDPI, int rotate, bool … in displayPageSlice()
678 std::unique_ptr<Links> PDFDoc::getLinks(int page) in getLinks()
687 void PDFDoc::processLinks(OutputDev *out, int page) in processLinks()
717 for (int page = 1; page <= linearization->getNumPages(); page++) { in checkLinearization() local
896 Object page = getXRef()->fetch(*refPage); in savePageAs() local
924 const Object &ref = trailerDict->lookupNF("Info"); in savePageAs() local
1007 Ref ref; in savePageAs() local
1120 Ref ref; in saveIncrementalUpdate() local
1185 Ref ref; in saveCompleteRewrite() local
1228 …set, unsigned char *fileKey, CryptAlgorithm encAlgorithm, int keyLength, Ref ref, std::set<Dict *>… in writeDictionnary()
1299 …tStream *outStr, const unsigned char *fileKey, CryptAlgorithm encAlgorithm, int keyLength, Ref ref) in writeString()
1352 Goffset PDFDoc::writeObjectHeader(Ref *ref, OutStream *outStr) in writeObjectHeader()
1364 …set, unsigned char *fileKey, CryptAlgorithm encAlgorithm, int keyLength, Ref ref, std::set<Dict *>… in writeObject()
1654 Ref ref; in writeXRefTableTrailer() local
1750 Object page = getXRef()->fetch(*refPage); in replacePageDict() local
1823 Object page = getXRef()->fetch(obj2.getRef()); in markAnnotations() local
1929 Ref ref; in writePageObjects() local
2080 Page *PDFDoc::parsePage(int page) in parsePage()
2107 Page *PDFDoc::getPage(int page) in getPage()
2140 … char *certNickname, const char *password, GooString *partialFieldName, int page, const PDFRectang… in sign()
2173 const Ref ref = getXRef()->addIndirectObject(annotObj); in sign() local