Home
last modified time | relevance | path

Searched refs:crop_width_set (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Dtransupp.h136 JCROP_CODE crop_width_set; /* (forced disables adjustment) */ member
Dtransupp.c800 info->crop_width_set = JCROP_UNSET; in jtransform_parse_crop_spec()
811 info->crop_width_set = JCROP_FORCE; in jtransform_parse_crop_spec()
813 info->crop_width_set = JCROP_POS; in jtransform_parse_crop_spec()
989 if (info->crop_width_set == JCROP_UNSET) in jtransform_request_workspace()
1009 if (info->crop_width_set == JCROP_FORCE) in jtransform_request_workspace()
Dturbojpeg.c2059 xinfo[i].crop_width=t[i].r.w; xinfo[i].crop_width_set=JCROP_POS; in tjTransform()