Lines Matching refs:zlength
5083 uint32 i, max_width, max_length, zwidth, zlength, buffsize; in computeInputPixelOffsets() local
5162 zlength = crop->regionlist[i].y2 - crop->regionlist[i].y1 + 1; in computeInputPixelOffsets()
5166 if (zlength > max_length) in computeInputPixelOffsets()
5167 max_length = zlength; in computeInputPixelOffsets()
5170 (((zwidth * image->bps * image->spp + 7 ) / 8) * (zlength + 1)); in computeInputPixelOffsets()
5180 crop->combined_length = zlength; in computeInputPixelOffsets()
5187 crop->combined_length += zlength; in computeInputPixelOffsets()
5366 uint32 zwidth, zlength; in getCropOffsets() local
5445 zlength = offsets.crop_length; in getCropOffsets()
5465 crop->combined_length = (uint32)zlength; in getCropOffsets()
5492 zlength = crop->regionlist[i].y2 - crop->regionlist[i].y1 + 1; in getCropOffsets()
5496 crop->combined_length += (uint32)zlength; in getCropOffsets()
5498 crop->combined_length = (uint32)zlength; in getCropOffsets()
5502 zlength = offsets.crop_length; in getCropOffsets()
5522 crop->combined_length = (uint32)zlength; in getCropOffsets()
5545 zlength = crop->regionlist[i].y2 - crop->regionlist[i].y1 + 1; in getCropOffsets()
5549 crop->combined_length += (uint32)zlength; in getCropOffsets()
5551 crop->combined_length = (uint32)zlength; in getCropOffsets()
5557 ((((zwidth * image->bps * image->spp) + 7 ) / 8) * (zlength + 1)); in getCropOffsets()
5559 crop->regionlist[i].length = (uint32) zlength; in getCropOffsets()
5566 i + 1, (uint32)zwidth, (uint32)zlength, in getCropOffsets()