Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiff2rgba.c452 int bytes_per_pixel; in cvt_whole_image() local
457 bytes_per_pixel = 3; in cvt_whole_image()
462 bytes_per_pixel = 4; in cvt_whole_image()
471 bytes_per_pixel * rows_to_write * width ) == -1 ) in cvt_whole_image()
H A Dtiffcrop.c797 shift_width = bytes_per_pixel; in readContigTilesIntoBuffer()
978 int shift_width, bytes_per_pixel; in readSeparateTilesIntoBuffer() local
1059 shift_width = bytes_per_pixel; in readSeparateTilesIntoBuffer()
3538 shift_width = bytes_per_pixel; in extractContigSamplesToBuffer()
3613 shift_width = bytes_per_pixel; in extractContigSamplesToTileBuffer()
4792 shift_width = bytes_per_pixel; in readSeparateStripsIntoBuffer()
6300 shift_width = bytes_per_pixel; in extractCompositeRegions()
6549 shift_width = bytes_per_pixel; in extractSeparateRegion()
8386 shift_width = bytes_per_pixel; in rotateImage()
8991 _TIFFmemcpy (src + col_offset, dst - col_offset - bytes_per_pixel, bytes_per_pixel); in reverseSamplesBytes()
[all …]