Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dfax2ps.c58 float pageHeight = 0; /* image page length (inches) */ variable
230 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()
A Dtiff2ps.c247 double pageHeight = 0; in main() local
285 pageHeight = atof(optarg); in main()
479 np = TIFF2PS(output, tif, pageWidth, pageHeight, in main()

Completed in 7 milliseconds