Searched refs:pageWidth (Results 1 – 2 of 2) sorted by relevance
57 float pageWidth = 0; /* image page width (inches) */ variable228 if (pageWidth == 0) in printTIF()229 pageWidth = w / xres; in printTIF()242 (int)(pageWidth * points), (int)(pageHeight * points)); /* XXX */ in printTIF()255 scale = pageHeight / (h/yres) < pageWidth / (w/xres) ? in printTIF()256 pageHeight / (h/yres) : pageWidth / (w/xres); in printTIF()258 points * (pageWidth - scale*w/xres) * half, in printTIF()344 pageWidth = (float)atof(optarg); in main()
246 double pageWidth = 0; in main() local378 pageWidth = atof(optarg); in main()418 if (pageWidth && (maxPageWidth > pageWidth)) in main()479 np = TIFF2PS(output, tif, pageWidth, pageHeight, in main()
Completed in 7 milliseconds