Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Dtest_arrays.c36 const unsigned char byte_array1[XSIZE * YSIZE]=
111 const unsigned char byte_array2[YSIZE * XSIZE] =
186 const unsigned char byte_array3[YSIZE * XSIZE] =
253 const float array_float1[YSIZE * XSIZE] =
374 const float array_float2[YSIZE * XSIZE] =
495 const double array_double1[YSIZE * XSIZE] =
662 const double array_double2[YSIZE * XSIZE] =
A Dstrip_rw.c75 if (create_image_striped(filename, XSIZE * YSIZE, 1, rowsperstrip, in main()
82 if (read_image_striped(filename, XSIZE * YSIZE, 1, rowsperstrip, in main()
91 if (create_image_striped(filename, 1, XSIZE * YSIZE, rowsperstrip, in main()
98 if (read_image_striped(filename, 1, XSIZE * YSIZE, rowsperstrip, in main()
117 if (create_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
124 if (read_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
134 if (create_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
141 if (read_image_striped(filename, XSIZE, YSIZE, rowsperstrip, in main()
A Dtest_arrays.h37 #define XSIZE 37 macro

Completed in 8 milliseconds