Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
Dtransupp.h106 JCROP_POS, enumerator
Dtransupp.c815 info->crop_width_set = JCROP_POS; in jtransform_parse_crop_spec()
826 info->crop_height_set = JCROP_POS; in jtransform_parse_crop_spec()
830 info->crop_xoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS; in jtransform_parse_crop_spec()
837 info->crop_yoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS; in jtransform_parse_crop_spec()
Dturbojpeg.c1883 xinfo[i].crop_xoffset = t[i].r.x; xinfo[i].crop_xoffset_set = JCROP_POS; in tjTransform()
1884 xinfo[i].crop_yoffset = t[i].r.y; xinfo[i].crop_yoffset_set = JCROP_POS; in tjTransform()
1886 xinfo[i].crop_width = t[i].r.w; xinfo[i].crop_width_set = JCROP_POS; in tjTransform()
1890 xinfo[i].crop_height = t[i].r.h; xinfo[i].crop_height_set = JCROP_POS; in tjTransform()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dtransupp.h106 JCROP_POS, enumerator
Dtransupp.c815 info->crop_width_set = JCROP_POS; in jtransform_parse_crop_spec()
826 info->crop_height_set = JCROP_POS; in jtransform_parse_crop_spec()
830 info->crop_xoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS; in jtransform_parse_crop_spec()
837 info->crop_yoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS; in jtransform_parse_crop_spec()
Dturbojpeg.c1853 xinfo[i].crop_xoffset = t[i].r.x; xinfo[i].crop_xoffset_set = JCROP_POS; in tjTransform()
1854 xinfo[i].crop_yoffset = t[i].r.y; xinfo[i].crop_yoffset_set = JCROP_POS; in tjTransform()
1856 xinfo[i].crop_width = t[i].r.w; xinfo[i].crop_width_set = JCROP_POS; in tjTransform()
1860 xinfo[i].crop_height = t[i].r.h; xinfo[i].crop_height_set = JCROP_POS; in tjTransform()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtransupp.h119 JCROP_POS, enumerator
Djpegtran.c617 transformoption.crop_width_set = JCROP_POS; in jpegtran()
619 transformoption.crop_height_set = JCROP_POS; in jpegtran()
Dturbojpeg.c1943 xinfo[i].crop_xoffset = t[i].r.x; xinfo[i].crop_xoffset_set = JCROP_POS; in tjTransform()
1944 xinfo[i].crop_yoffset = t[i].r.y; xinfo[i].crop_yoffset_set = JCROP_POS; in tjTransform()
1946 xinfo[i].crop_width = t[i].r.w; xinfo[i].crop_width_set = JCROP_POS; in tjTransform()
1950 xinfo[i].crop_height = t[i].r.h; xinfo[i].crop_height_set = JCROP_POS; in tjTransform()
Dtransupp.c1409 info->crop_width_set = JCROP_POS; in jtransform_parse_crop_spec()
1423 info->crop_height_set = JCROP_POS; in jtransform_parse_crop_spec()
1427 info->crop_xoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS; in jtransform_parse_crop_spec()
1434 info->crop_yoffset_set = (*spec == '-') ? JCROP_NEG : JCROP_POS; in jtransform_parse_crop_spec()