Searched refs:endx (Results 1 – 1 of 1) sorted by relevance
229 uint32 endx; member5276 endx = image->width - rmargin - 1; in computeInputPixelOffsets()5278 endx = startx + width - 1; in computeInputPixelOffsets()5287 endx = image->width - rmargin - 1; in computeInputPixelOffsets()5288 if ((endx - width) <= lmargin) in computeInputPixelOffsets()5291 startx = endx - width + 1; in computeInputPixelOffsets()5304 endx = image->width - rmargin - 1; in computeInputPixelOffsets()5306 endx = startx + width - 1; in computeInputPixelOffsets()5317 off->endx = endx; in computeInputPixelOffsets()5320 crop_width = endx - startx + 1; in computeInputPixelOffsets()[all …]