Searched refs:crop_xoffset (Results 1 – 4 of 4) sorted by relevance
105 int crop_xoffset; member
844 + if (! jt_read_integer(&spec, &info->crop_xoffset))1002 + info->crop_xoffset = 0; /* default to +0 */1005 + if (info->crop_xoffset >= info->output_width ||1009 + info->crop_width = info->output_width - info->crop_xoffset;1015 + info->crop_xoffset > info->output_width - info->crop_width ||1020 + xoffset = info->output_width - info->crop_width - info->crop_xoffset;1022 + xoffset = info->crop_xoffset;1801 + JDIMENSION crop_xoffset; /* X offset of selected region */