Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dfax2ps.c57 float pageWidth = 0; /* image page width (inches) */ variable
228 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()
A Dtiff2ps.c246 double pageWidth = 0; in main() local
378 pageWidth = atof(optarg); in main()
418 if (pageWidth && (maxPageWidth > pageWidth)) in main()
479 np = TIFF2PS(output, tif, pageWidth, pageHeight, in main()

Completed in 8 milliseconds