Searched refs:xinfo (Results 1 – 5 of 5) sorted by relevance
1893 jpeg_transform_info *xinfo = NULL; in tjTransform() local1921 if ((xinfo = in tjTransform()1924 MEMZERO(xinfo, sizeof(jpeg_transform_info) * n); in tjTransform()1934 xinfo[i].transform = xformtypes[t[i].op]; in tjTransform()1935 xinfo[i].perfect = (t[i].options & TJXOPT_PERFECT) ? 1 : 0; in tjTransform()1936 xinfo[i].trim = (t[i].options & TJXOPT_TRIM) ? 1 : 0; in tjTransform()1937 xinfo[i].force_grayscale = (t[i].options & TJXOPT_GRAY) ? 1 : 0; in tjTransform()1938 xinfo[i].crop = (t[i].options & TJXOPT_CROP) ? 1 : 0; in tjTransform()1939 if (n != 1 && t[i].op == TJXOP_HFLIP) xinfo[i].slow_hflip = 1; in tjTransform()1940 else xinfo[i].slow_hflip = 0; in tjTransform()[all …]
607 if (xinfo != null) { in readObject()608 xinfo.applyTo(this); in readObject()623 if (xinfo == null) { in getSTZInfo()624 xinfo = new STZInfo(); in getSTZInfo()626 return xinfo; in getSTZInfo()946 private STZInfo xinfo = null; field in SimpleTimeZone
588 if (xinfo != null) { in readObject()589 xinfo.applyTo(this); in readObject()603 if (xinfo == null) { in getSTZInfo()604 xinfo = new STZInfo(); in getSTZInfo()606 return xinfo; in getSTZInfo()925 private STZInfo xinfo = null; field in SimpleTimeZone
328 ["xinfo"],
238 AM_CONDITIONAL([DEBUG], [test "x${ax_enable_debug}" = "xyes" || test "x${ax_enable_debug}" = "xinfo…