Home
last modified time | relevance | path

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

/libtiff-4.0.7/test/
H A Dstrip_rw.c44 create_image_striped(const char *, uint32, uint32, uint32, uint16, uint16,
75 if (create_image_striped(filename, XSIZE * YSIZE, 1, rowsperstrip, in main()
91 if (create_image_striped(filename, 1, XSIZE * YSIZE, rowsperstrip, in main()
117 if (create_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
134 if (create_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
H A Dstrip.c120 create_image_striped(const char *name, uint32 width, uint32 length, in create_image_striped() function