Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c615 static int dump_byte (FILE *, int, char *, unsigned char);
3834 dump_byte (dumpfile, format, "Src bits", *src); in combineSeparateSamples8bits()
3945 dump_byte (dumpfile, format, "Write byte", bytebuff); in combineSeparateSamples16bits()
3961 dump_byte (dumpfile, format, "Final bits", bytebuff); in combineSeparateSamples16bits()
4056 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateSamples24bits()
4057 dump_byte (dumpfile, format, "Write bits2", bytebuff2); in combineSeparateSamples24bits()
4359 dump_byte (dumpfile, format, "Src bits", *src); in combineSeparateTileSamples8bits()
4469 dump_byte (dumpfile, format, "Write byte", bytebuff); in combineSeparateTileSamples16bits()
4485 dump_byte (dumpfile, format, "Final bits", bytebuff); in combineSeparateTileSamples16bits()
4580 dump_byte (dumpfile, format, "Write bits1", bytebuff1); in combineSeparateTileSamples24bits()
[all …]