Searched refs:defrowsperstrip (Results 1 – 3 of 3) sorted by relevance
104 uint32 defrowsperstrip = (uint32) 0; in main() local208 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()
163 uint32 defrowsperstrip = (uint32) 0; in main() local238 defrowsperstrip = atol(optarg); in main()299 rowsperstrip = defrowsperstrip; in main()
1603 uint32 *deftilelength, uint32 *defrowsperstrip, in process_command_opts() argument1696 *defrowsperstrip = atol(optarg); in process_command_opts()2190 uint32 defrowsperstrip = (uint32) 0; in main() local2228 &deffillorder, &deftilewidth, &deftilelength, &defrowsperstrip, in main()2302 rowsperstrip = defrowsperstrip; in main()
Completed in 19 milliseconds