Lines Matching refs:npages
1189 int *npages, double pixwidth, double pixheight, in psMaskImage() argument
1196 int pages = *npages; in psMaskImage()
1218 *npages = pages; in psMaskImage()
1248 int psStart(FILE *fd, int npages, int auto_rotate, int *rotation, double *scale, in psStart() argument
1306 if (!npages) in psStart()
1399 if (!npages) in psStart()
1499 static int npages = 0; in TIFF2PS() local
1546 if (psStart(fd, npages, auto_rotate, &rotation, &scale, ox, oy, in TIFF2PS()
1560 if (psMaskImage(fd, tif, rotation, center, &npages, pixwidth, pixheight, in TIFF2PS()
1572 npages++; in TIFF2PS()
1573 fprintf(fd, "%%%%Page: %d %d\n", npages, npages); in TIFF2PS()
1597 npages++; in TIFF2PS()
1598 fprintf(fd, "%%%%Page: %d %d\n", npages, npages); in TIFF2PS()
1625 return(npages); in TIFF2PS()
1698 PSTail(FILE *fd, int npages) in PSTail() argument
1702 fprintf(fd, "%%%%Pages: %d\n", npages); in PSTail()