Searched refs:colsize (Results 1 – 1 of 1) sorted by relevance
8363 uint32 colsize, buffsize, col_offset, pix_offset; in rotateImage() local8377 colsize = ((bps * spp * length) + 7) / 8; in rotateImage()8378 if ((colsize * width) > (rowsize * length)) in rotateImage()8379 buffsize = (colsize + 1) * width; in rotateImage()8482 dst_offset = col * colsize; in rotateImage()8498 dst_offset = col * colsize; in rotateImage()8559 dst_offset = (width - col - 1) * colsize; in rotateImage()8575 dst_offset = (width - col - 1) * colsize; in rotateImage()