Home
last modified time | relevance | path

Searched refs:offset2 (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
6746 offset2 = row_offset + (last_col * bps / 8); in extractImageSection()
6758 bitset = *(src_buff + offset2) & (((unsigned char)1 << k)) ? 1 : 0; in extractImageSection()
6763 row, offset1, shift1, offset2, shift2); in extractImageSection()
6787 bytebuff2 = src_buff[offset2] & ((unsigned char)255 << (7 - shift2)); in extractImageSection()
6791 offset2, dst_offset); in extractImageSection()