Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c8968 unsigned char swapbuff[32]; in reverseSamplesBytes() local
8977 if( bytes_per_pixel > sizeof(swapbuff) ) in reverseSamplesBytes()
8990 _TIFFmemcpy (swapbuff, src + col_offset, bytes_per_pixel); in reverseSamplesBytes()
8992 _TIFFmemcpy (dst - col_offset - bytes_per_pixel, swapbuff, bytes_per_pixel); in reverseSamplesBytes()