Searched refs:pageHeight (Results 1 – 2 of 2) sorted by relevance
58 float pageHeight = 0; /* image page length (inches) */ variable230 if (pageHeight == 0) in printTIF()231 pageHeight = h / yres; 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()259 points * (scale*h/yres + (pageHeight - scale*h/yres) * half)); in printTIF()338 pageHeight = (float)atof(optarg); in main()
247 double pageHeight = 0; in main() local285 pageHeight = atof(optarg); in main()479 np = TIFF2PS(output, tif, pageWidth, pageHeight, in main()
Completed in 14 milliseconds