Searched refs:crop_width_set (Results 1 – 3 of 3) sorted by relevance
136 JCROP_CODE crop_width_set; /* (forced disables adjustment) */ member
802 info->crop_width_set = JCROP_UNSET; in jtransform_parse_crop_spec()813 info->crop_width_set = JCROP_FORCE; in jtransform_parse_crop_spec()815 info->crop_width_set = JCROP_POS; in jtransform_parse_crop_spec()991 if (info->crop_width_set == JCROP_UNSET) in jtransform_request_workspace()1011 if (info->crop_width_set == JCROP_FORCE) in jtransform_request_workspace()
1882 xinfo[i].crop_width = t[i].r.w; xinfo[i].crop_width_set = JCROP_POS; in tjTransform()