Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.h139 JDIMENSION crop_xoffset; /* X offset of selected region */ member
Dtransupp.c830 if (! jt_read_integer(&spec, &info->crop_xoffset)) in jtransform_parse_crop_spec()
983 info->crop_xoffset = 0; /* default to +0 */ in jtransform_request_workspace()
986 if (info->crop_xoffset >= info->output_width || in jtransform_request_workspace()
990 info->crop_width = info->output_width - info->crop_xoffset; in jtransform_request_workspace()
996 info->crop_xoffset > info->output_width - info->crop_width || in jtransform_request_workspace()
1001 xoffset = info->output_width - info->crop_width - info->crop_xoffset; in jtransform_request_workspace()
1003 xoffset = info->crop_xoffset; in jtransform_request_workspace()
Dturbojpeg.c2055 xinfo[i].crop_xoffset=t[i].r.x; xinfo[i].crop_xoffset_set=JCROP_POS; in tjTransform()