Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
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()
A Dtiffcp.c163 uint32 defrowsperstrip = (uint32) 0; in main() local
238 defrowsperstrip = atol(optarg); in main()
299 rowsperstrip = defrowsperstrip; in main()
A Dtiffcrop.c1603 uint32 *deftilelength, uint32 *defrowsperstrip, in process_command_opts() argument
1696 *defrowsperstrip = atol(optarg); in process_command_opts()
2190 uint32 defrowsperstrip = (uint32) 0; in main() local
2228 &deffillorder, &deftilewidth, &deftilelength, &defrowsperstrip, in main()
2302 rowsperstrip = defrowsperstrip; in main()

Completed in 19 milliseconds