Lines Matching refs:combined_width
288 uint32 combined_width; /* Width of combined cropped zones */ member
2393 if (writeCroppedImage(in, out, &image, &dump,crop.combined_width, in main()
5029 cps->combined_width = (uint32)0; in initCropMasks()
5181 crop->combined_width += zwidth; in computeInputPixelOffsets()
5186 crop->combined_width = zwidth; in computeInputPixelOffsets()
5370 crop->combined_width = (uint32)0; in getCropOffsets()
5419 crop->combined_width = image->width; in getCropOffsets()
5467 crop->combined_width += (uint32)zwidth; in getCropOffsets()
5469 crop->combined_width = (uint32)zwidth; in getCropOffsets()
5499 crop->combined_width = (uint32)zwidth; in getCropOffsets()
5524 crop->combined_width += (uint32)zwidth; in getCropOffsets()
5526 crop->combined_width = (uint32)zwidth; in getCropOffsets()
5552 crop->combined_width = (uint32)zwidth; in getCropOffsets()
5609 if (crop->combined_width > 0) in computeOutputPixelOffsets()
5610 iwidth = crop->combined_width; in computeOutputPixelOffsets()
6310 composite_width = crop->combined_width; in extractCompositeRegions()
6311 crop->combined_width = 0; in extractCompositeRegions()
6345 crop->combined_width = crop_width; in extractCompositeRegions()
6425 crop->combined_width += crop_width; in extractCompositeRegions()
6504 if (crop->combined_width != composite_width) in extractCompositeRegions()
6896 crop->combined_width, in writeSelections()
6929 crop->combined_width, in writeSelections()
7419 crop->combined_width, crop->combined_length, crop_buff)) in processCropSelections()
7448 crop->combined_width, crop->combined_length, crop_buff)) in processCropSelections()
7458 if (rotateImage(crop->rotation, image, &crop->combined_width, in processCropSelections()
7466 seg_buffs[0].size = (((crop->combined_width * image->bps + 7 ) / 8) in processCropSelections()
7573 crop->combined_width = total_width; in processCropSelections()
7607 crop->combined_width = image->width; in createCroppedImage()
7654 crop->combined_width, crop->combined_length, crop_buff)) in createCroppedImage()
7682 crop->combined_width, crop->combined_length, crop_buff)) in createCroppedImage()
7692 if (rotateImage(crop->rotation, image, &crop->combined_width, in createCroppedImage()