Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Dpdf.c158 int lastpage) in render_pages_with_generic_command() argument
167 if (lastpage < 0) /* i.e. print the whole document */ in render_pages_with_generic_command()
171 if (!pdf_extract_pages(tmpfile, filename, firstpage, lastpage)) in render_pages_with_generic_command()
178 if (lastpage > 0) in render_pages_with_generic_command()
189 int lastpage) in render_pages_with_ghostscript() argument
208 if (lastpage >= firstpage) in render_pages_with_ghostscript()
211 firstpage, lastpage); in render_pages_with_ghostscript()
220 static int render_pages(const char *filename, int firstpage, int lastpage) in render_pages() argument
234 lastpage); in render_pages()
242 lastpage); in render_pages()
/third_party/cups-filters/filter/pdftopdf/
Dpdftopdf_processor.cc131 lastpage=curpage+signature-1; in bookletShuffle() local
133 while (firstpage<lastpage) { in bookletShuffle()
134 ret.push_back(lastpage--); in bookletShuffle()
137 ret.push_back(lastpage--); in bookletShuffle()