Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c6660 uint32 offset1, offset2, full_bytes; in extractImageSection() local
6709 full_bytes = (sect_width * spp * bps) / 8; /* number of COMPLETE bytes per row in section */ in extractImageSection()
6718 sect_width, sect_length, full_bytes, trailing_bits); in extractImageSection()
6733 _TIFFmemcpy (sect_buff + dst_offset, src_buff + src_offset, full_bytes); in extractImageSection()
6734 dst_offset += full_bytes; in extractImageSection()
6769 _TIFFmemcpy (sect_buff + dst_offset, src_buff + offset1, full_bytes); in extractImageSection()
6783 dst_offset += full_bytes; in extractImageSection()
6808 for (j = 0; j <= full_bytes; j++) in extractImageSection()
6825 dst_offset += full_bytes; in extractImageSection()
6830 …, " Trailing bits src offset: %8d, Dst offset: %8d\n", offset1 + full_bytes, dst_offset); in extractImageSection()
[all …]