Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.h150 JCROP_CODE crop_width_set; /* (force-disables adjustment) */ member
Dtransupp.c1393 info->crop_width_set = JCROP_UNSET; in jtransform_parse_crop_spec()
1404 info->crop_width_set = JCROP_FORCE; in jtransform_parse_crop_spec()
1407 info->crop_width_set = JCROP_REFLECT; in jtransform_parse_crop_spec()
1409 info->crop_width_set = JCROP_POS; in jtransform_parse_crop_spec()
1585 if (info->crop_width_set == JCROP_UNSET) { in jtransform_request_workspace()
1695 if (info->crop_width_set == JCROP_FORCE || in jtransform_request_workspace()
2170 info->crop_width_set == JCROP_REFLECT) in jtransform_execute_transform()
2175 info->crop_width_set == JCROP_FORCE) in jtransform_execute_transform()
2220 if (info->crop_width_set == JCROP_REFLECT && in jtransform_execute_transform()
2230 else if (info->crop_width_set == JCROP_FORCE) in jtransform_execute_transform()
Djpegtran.c225 transformoption.crop_width_set != JCROP_UNSET || in parse_switches()
617 transformoption.crop_width_set = JCROP_POS; in jpegtran()
Dturbojpeg.c1946 xinfo[i].crop_width = t[i].r.w; xinfo[i].crop_width_set = JCROP_POS; in tjTransform()