Lines Matching refs:img_width

6281   uint32    crop_width, crop_length, img_width /*, img_length */;  in extractCompositeRegions()  local
6287 img_width = image->width; in extractCompositeRegions()
6330 src_rowsize = ((img_width * bps * spp) + 7) / 8; in extractCompositeRegions()
6356 case 0: if (extractContigSamplesBytes (src, dst, img_width, sample, in extractCompositeRegions()
6367 if (extractContigSamplesShifted8bits (src, dst, img_width, in extractCompositeRegions()
6379 if (extractContigSamplesShifted16bits (src, dst, img_width, in extractCompositeRegions()
6389 case 2: if (extractContigSamplesShifted24bits (src, dst, img_width, in extractCompositeRegions()
6401 case 5: if (extractContigSamplesShifted32bits (src, dst, img_width, in extractCompositeRegions()
6438 case 0: if (extractContigSamplesBytes (src, dst, img_width, in extractCompositeRegions()
6449 if (extractContigSamplesShifted8bits (src, dst, img_width, in extractCompositeRegions()
6461 if (extractContigSamplesShifted16bits (src, dst, img_width, in extractCompositeRegions()
6471 case 2: if (extractContigSamplesShifted24bits (src, dst, img_width, in extractCompositeRegions()
6483 case 5: if (extractContigSamplesShifted32bits (src, dst, img_width, in extractCompositeRegions()
6531 uint32 crop_width, crop_length, img_width /*, img_length */; in extractSeparateRegion() local
6536 img_width = image->width; in extractSeparateRegion()
6569 src_rowsize = ((img_width * bps * spp) + 7) / 8; in extractSeparateRegion()
6581 case 0: if (extractContigSamplesBytes (src, dst, img_width, sample, in extractSeparateRegion()
6592 if (extractContigSamplesShifted8bits (src, dst, img_width, in extractSeparateRegion()
6604 if (extractContigSamplesShifted16bits (src, dst, img_width, in extractSeparateRegion()
6614 case 2: if (extractContigSamplesShifted24bits (src, dst, img_width, in extractSeparateRegion()
6626 case 5: if (extractContigSamplesShifted32bits (src, dst, img_width, in extractSeparateRegion()
6653 uint32 img_width, img_rowsize; in extractImageSection() local
6673 img_width = image->width; in extractImageSection()
6690 if ((bitarray = (char *)malloc(img_width)) == NULL) in extractImageSection()
6708 img_rowsize = ((img_width * bps + 7) / 8) * spp; in extractImageSection()
6716 img_width, img_length, bps, spp); in extractImageSection()
8356 rotateImage(uint16 rotation, struct image_data *image, uint32 *img_width, in rotateImage() argument
8371 width = *img_width; in rotateImage()
8545 *img_width = length; in rotateImage()
8622 *img_width = length; in rotateImage()