Lines Matching refs:src_buff
6646 unsigned char *src_buff, unsigned char *sect_buff) in extractImageSection() argument
6733 _TIFFmemcpy (sect_buff + dst_offset, src_buff + src_offset, full_bytes); in extractImageSection()
6751 bitset = *(src_buff + offset1) & (((unsigned char)1 << k)) ? 1 : 0; in extractImageSection()
6758 bitset = *(src_buff + offset2) & (((unsigned char)1 << k)) ? 1 : 0; in extractImageSection()
6769 _TIFFmemcpy (sect_buff + dst_offset, src_buff + offset1, full_bytes); in extractImageSection()
6787 bytebuff2 = src_buff[offset2] & ((unsigned char)255 << (7 - shift2)); in extractImageSection()
6810 bytebuff1 = src_buff[offset1 + j] & ((unsigned char)255 >> shift1); in extractImageSection()
6811 bytebuff2 = src_buff[offset1 + j + 1] & ((unsigned char)255 << (7 - shift1)); in extractImageSection()
6834 bytebuff1 = src_buff[offset1 + full_bytes] & ((unsigned char)255 << (7 - shift2)); in extractImageSection()
6986 struct dump_opts * dump, unsigned char *src_buff, in writeImageSections() argument
7018 if (extractImageSection (image, §ions[i], src_buff, sect_buff)) in writeImageSections()