Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:crop_xoffset

830     if (! jt_read_integer(&spec, &info->crop_xoffset))
983 info->crop_xoffset = 0; /* default to +0 */
986 if (info->crop_xoffset >= info->output_width ||
990 info->crop_width = info->output_width - info->crop_xoffset;
996 info->crop_xoffset > info->output_width - info->crop_width ||
1001 xoffset = info->output_width - info->crop_width - info->crop_xoffset;
1003 xoffset = info->crop_xoffset;