Searched refs:crop_width_set (Results 1 – 3 of 3) sorted by relevance
135 JCROP_CODE crop_width_set; /* (forced disables adjustment) */ member
799 info->crop_width_set = JCROP_UNSET; in jtransform_parse_crop_spec()810 info->crop_width_set = JCROP_FORCE; in jtransform_parse_crop_spec()812 info->crop_width_set = JCROP_POS; in jtransform_parse_crop_spec()988 if (info->crop_width_set == JCROP_UNSET) in jtransform_request_workspace()1008 if (info->crop_width_set == JCROP_FORCE) in jtransform_request_workspace()
2012 xinfo[i].crop_width=t[i].r.w; xinfo[i].crop_width_set=JCROP_POS; in tjTransform()