Home
last modified time | relevance | path

Searched refs:array (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffset.c160 void *array; in main() local
197 array = _TIFFmalloc(wc * size); in main()
198 if (!array) { in main()
207 ((uint8 *)array)[i] = atoi(argv[arg_index+i]); in main()
215 ((int8 *)array)[i] = atoi(argv[arg_index+i]); in main()
219 ((int16 *)array)[i] = atoi(argv[arg_index+i]); in main()
246 wc, array); in main()
253 ((uint8 *)array)[0], ((uint8 *)array)[1]); in main()
256 ((uint16 *)array)[0], ((uint16 *)array)[1]); in main()
260 array); in main()
[all …]
/libtiff-4.0.7/test/
H A Dstrip.c38 write_strips(TIFF *tif, const tdata_t array, const tsize_t size) in write_strips() argument
60 if (TIFFWriteEncodedStrip(tif, strip, (char *)array + offset, in write_strips()
72 read_strips(TIFF *tif, const tdata_t array, const tsize_t size) in read_strips() argument
106 if (memcmp(buf, (char *)array + offset, bufsize) != 0) { in read_strips()
124 const tdata_t array, const tsize_t size) in create_image_striped() argument
162 if (write_strips(tif, array, size) < 0) { in create_image_striped()
188 const tdata_t array, const tsize_t size) in read_image_striped() argument
240 if (read_strips(tif, array, size) < 0) { in read_image_striped()
262 write_scanlines(TIFF *tif, const tdata_t array, const tsize_t size) in write_scanlines() argument
280 if (TIFFWriteScanline(tif, (char *)array + offset, row, 0) == -1) { in write_scanlines()
/libtiff-4.0.7/contrib/pds/
H A DREADME31 (RGB, 8-bit greyscale, 8-bit colormapped) into an SGI-style data array,
34 array, calls an arbitrary user-supplied callback function for each
38 store it in a big array, convert it to RGBA, or draw it directly to the
80 an array to enable the handling of n-banded multi-spectral data...) If
/libtiff-4.0.7/
H A DChangeLog95 array in tiffsplit (or other utilities using TIFFNumberOfStrips()).
126 with tiffset, we will expect 3 values whereas the array had been
277 * tools/tiffcrop.c: Avoid access outside of stack allocated array
421 * libtiff/uvcode.h: const'ify uv_code array
1467 * libtiff/tif_fax3.c: Ensure runs array is initialized to zeros.
3687 * libtiff/tif_aux.c: Return static array when fetching default
4126 * libtiff/tif_jpeg.c: Initialize JPEGTables array with zero after
4151 consider result as pointer to uint16 array and not as array of chars.
5001 properly initialize array in PSDataBW().
5444 TIFFDataWidth() function insted of tiffDataWidth array.
[all …]
H A Dconfigure4351 array size at least. It's necessary to write '\x00'==0 to get something