Home
last modified time | relevance | path

Searched refs:defrowsperstrip (Results 1 – 3 of 3) sorted by relevance

/libtiff-4.0.7/tools/
H A Dfax2tiff.c104 uint32 defrowsperstrip = (uint32) 0; in main() local
208 defrowsperstrip = atol(optarg); in main()
304 (defrowsperstrip)?defrowsperstrip:(uint32)-1L; in main()
313 (defrowsperstrip)?defrowsperstrip:(uint32)-1L; in main()
317 rowsperstrip = (defrowsperstrip) ? in main()
318 defrowsperstrip : TIFFDefaultStripSize(out, 0); in main()
H A Dtiffcp.c164 uint32 defrowsperstrip = (uint32) 0; in main() local
239 defrowsperstrip = atol(optarg); in main()
300 rowsperstrip = defrowsperstrip; in main()
H A Dtiffcrop.c1601 uint32 *deftilelength, uint32 *defrowsperstrip, in process_command_opts() argument
1694 *defrowsperstrip = atol(optarg); in process_command_opts()
2188 uint32 defrowsperstrip = (uint32) 0; in main() local
2226 &deffillorder, &deftilewidth, &deftilelength, &defrowsperstrip, in main()
2293 rowsperstrip = defrowsperstrip; in main()