Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtransupp.h106 JCROP_POS, enumerator
Dtransupp.c813 info->crop_width_set = JCROP_POS; in jtransform_parse_crop_spec()
824 info->crop_height_set = JCROP_POS; in jtransform_parse_crop_spec()
828 info->crop_xoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS; in jtransform_parse_crop_spec()
835 info->crop_yoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS; in jtransform_parse_crop_spec()
Dturbojpeg.c2055 xinfo[i].crop_xoffset=t[i].r.x; xinfo[i].crop_xoffset_set=JCROP_POS; in tjTransform()
2056 xinfo[i].crop_yoffset=t[i].r.y; xinfo[i].crop_yoffset_set=JCROP_POS; in tjTransform()
2059 xinfo[i].crop_width=t[i].r.w; xinfo[i].crop_width_set=JCROP_POS; in tjTransform()
2064 xinfo[i].crop_height=t[i].r.h; xinfo[i].crop_height_set=JCROP_POS; in tjTransform()