Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Dpdf.c157 int firstpage, in render_pages_with_generic_command() argument
171 if (!pdf_extract_pages(tmpfile, filename, firstpage, lastpage)) in render_pages_with_generic_command()
188 int firstpage, in render_pages_with_ghostscript() argument
206 if (firstpage > 1) in render_pages_with_ghostscript()
208 if (lastpage >= firstpage) in render_pages_with_ghostscript()
211 firstpage, lastpage); in render_pages_with_ghostscript()
214 " -dFirstPage=%d ", firstpage); in render_pages_with_ghostscript()
220 static int render_pages(const char *filename, int firstpage, int lastpage) in render_pages() argument
233 firstpage, in render_pages()
241 firstpage, in render_pages()
[all …]
/third_party/cups-filters/filter/pdftopdf/
Dpdftopdf_processor.cc130 int firstpage=curpage, in bookletShuffle() local
133 while (firstpage<lastpage) { in bookletShuffle()
135 ret.push_back(firstpage++); in bookletShuffle()
136 ret.push_back(firstpage++); in bookletShuffle()