Lines Matching refs:shift_width
776 uint32 dst_rowsize, shift_width; in readContigTilesIntoBuffer() local
793 shift_width = 0; in readContigTilesIntoBuffer()
797 shift_width = bytes_per_pixel; in readContigTilesIntoBuffer()
799 shift_width = bytes_per_sample + 1; in readContigTilesIntoBuffer()
892 switch (shift_width) in readContigTilesIntoBuffer()
978 int shift_width, bytes_per_pixel; in readSeparateTilesIntoBuffer() local
1059 shift_width = bytes_per_pixel; in readSeparateTilesIntoBuffer()
1061 shift_width = bytes_per_sample + 1; in readSeparateTilesIntoBuffer()
1063 switch (shift_width) in readSeparateTilesIntoBuffer()
3525 int shift_width, bytes_per_sample, bytes_per_pixel; in extractContigSamplesToBuffer() local
3534 shift_width = 0; in extractContigSamplesToBuffer()
3538 shift_width = bytes_per_pixel; in extractContigSamplesToBuffer()
3540 shift_width = bytes_per_sample + 1; in extractContigSamplesToBuffer()
3558 switch (shift_width) in extractContigSamplesToBuffer()
3601 int shift_width, bytes_per_sample, bytes_per_pixel; in extractContigSamplesToTileBuffer() local
3609 shift_width = 0; in extractContigSamplesToTileBuffer()
3613 shift_width = bytes_per_pixel; in extractContigSamplesToTileBuffer()
3615 shift_width = bytes_per_sample + 1; in extractContigSamplesToTileBuffer()
3635 switch (shift_width) in extractContigSamplesToTileBuffer()
4760 int i, bytes_per_sample, bytes_per_pixel, shift_width, result = 1; in readSeparateStripsIntoBuffer() local
4792 shift_width = bytes_per_pixel; in readSeparateStripsIntoBuffer()
4794 shift_width = bytes_per_sample + 1; in readSeparateStripsIntoBuffer()
4807 bps, spp, shift_width); in readSeparateStripsIntoBuffer()
4852 strip, bytes_read, rows_this_strip, shift_width); in readSeparateStripsIntoBuffer()
4871 switch (shift_width) in readSeparateStripsIntoBuffer()
6277 int shift_width, bytes_per_sample, bytes_per_pixel; in extractCompositeRegions() local
6296 shift_width = 0; in extractCompositeRegions()
6300 shift_width = bytes_per_pixel; in extractCompositeRegions()
6302 shift_width = bytes_per_sample + 1; in extractCompositeRegions()
6354 switch (shift_width) in extractCompositeRegions()
6436 switch (shift_width) in extractCompositeRegions()
6526 int shift_width, prev_trailing_bits = 0; in extractSeparateRegion() local
6545 shift_width = 0; /* Byte aligned data only */ in extractSeparateRegion()
6549 shift_width = bytes_per_pixel; in extractSeparateRegion()
6551 shift_width = bytes_per_sample + 1; in extractSeparateRegion()
6579 switch (shift_width) in extractSeparateRegion()
8359 int shift_width; in rotateImage() local
8386 shift_width = bytes_per_pixel; in rotateImage()
8388 shift_width = bytes_per_sample + 1; in rotateImage()
8436 switch (shift_width) in rotateImage()
8501 switch (shift_width) in rotateImage()
8578 switch (shift_width) in rotateImage()
9018 int shift_width; in mirrorImage() local
9075 shift_width = bytes_per_pixel; in mirrorImage()
9077 shift_width = bytes_per_sample + 1; in mirrorImage()
9084 switch (shift_width) in mirrorImage()