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

/external/libjpeg-turbo/
H A Dtransupp.h105 JCROP_POS, enumerator in enum:__anon10166
H A Dtransupp.c812 info->crop_width_set = JCROP_POS;
823 info->crop_height_set = JCROP_POS;
827 info->crop_xoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS;
834 info->crop_yoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS;
H A Dturbojpeg.c2008 xinfo[i].crop_xoffset=t[i].r.x; xinfo[i].crop_xoffset_set=JCROP_POS;
2009 xinfo[i].crop_yoffset=t[i].r.y; xinfo[i].crop_yoffset_set=JCROP_POS;
2012 xinfo[i].crop_width=t[i].r.w; xinfo[i].crop_width_set=JCROP_POS;
2017 xinfo[i].crop_height=t[i].r.h; xinfo[i].crop_height_set=JCROP_POS;

Completed in 97 milliseconds