Lines Matching refs:starty
232 uint32 starty; member
5100 uint32 starty, endy; /* offsets of first and last row to extract */ in computeInputPixelOffsets() local
5301 starty = tmargin; in computeInputPixelOffsets()
5303 starty = endy - length + 1; in computeInputPixelOffsets()
5312 starty = tmargin; in computeInputPixelOffsets()
5313 if ((starty + length) >= (image->length - bmargin)) in computeInputPixelOffsets()
5316 endy = starty + length - 1; in computeInputPixelOffsets()
5327 starty = tmargin; in computeInputPixelOffsets()
5328 if ((starty + length) >= (image->length - bmargin)) in computeInputPixelOffsets()
5331 endy = starty + length - 1; in computeInputPixelOffsets()
5335 off->starty = starty; in computeInputPixelOffsets()
5340 crop_length = endy - starty + 1; in computeInputPixelOffsets()
5420 offsets.starty = 0; in getCropOffsets()
5465 crop->regionlist[i].y1 = offsets.starty; in getCropOffsets()
5522 crop->regionlist[i].y1 = offsets.starty; in getCropOffsets()
5553 … crop->regionlist[i].y1 = offsets.starty + (uint32)(offsets.crop_length * 1.0 * (seg - 1) / total); in getCropOffsets()
5554 test = offsets.starty + (uint32)(offsets.crop_length * 1.0 * seg / total); in getCropOffsets()