Searched refs:crop_yoffset (Results 1 – 4 of 4) sorted by relevance
106 int crop_yoffset; member
851 + if (! jt_read_integer(&spec, &info->crop_yoffset))1004 + info->crop_yoffset = 0; /* default to +0 */1006 + info->crop_yoffset >= info->output_height)1011 + info->crop_height = info->output_height - info->crop_yoffset;1016 + info->crop_yoffset > info->output_height - info->crop_height)1024 + yoffset = info->output_height - info->crop_height - info->crop_yoffset;1026 + yoffset = info->crop_yoffset;1803 + JDIMENSION crop_yoffset; /* Y offset of selected region */