Searched refs:dump_buffer (Results 1 – 1 of 1) sorted by relevance
| /libtiff-4.0.7/tools/ |
| H A D | tiffcrop.c | 619 static int dump_buffer (FILE *, int, uint32, uint32, uint32, unsigned char *); 1213 dump_buffer(dump->outfile, dump->format, nrows, scanlinesize, row, obuf); in writeBufferToSeparateStrips() 2679 static int dump_buffer (FILE* dumpfile, int format, uint32 rows, uint32 width, in dump_buffer() function 3590 dump_buffer(dump->outfile, dump->format, 1, dst_rowsize, row, dst); in extractContigSamplesToBuffer() 3667 dump_buffer(dump->outfile, dump->format, 1, dst_rowsize, row, dst); in extractContigSamplesToTileBuffer() 3758 dump_buffer(dumpfile, format, 1, dst_rowsize, row, out + (row * dst_rowsize)); in combineSeparateSamplesBytes() 3858 dump_buffer(dumpfile, format, 1, dst_rowsize, row, out + (row * dst_rowsize)); in combineSeparateSamples8bits() 3968 dump_buffer(dumpfile, format, 1, dst_rowsize, row, out + (row * dst_rowsize)); in combineSeparateSamples16bits() 4223 dump_buffer(dumpfile, format, 1, dst_rowsize, row, out); in combineSeparateSamples32bits() 4748 dump_buffer(dumpfile, format, 1, dst_rowsize, row, out); in combineSeparateTileSamples32bits() [all …]
|