Searched refs:xinfo (Results 1 – 4 of 4) sorted by relevance
1829 jpeg_transform_info *xinfo = NULL; in tjTransform() local1848 if ((xinfo = in tjTransform()1851 MEMZERO(xinfo, sizeof(jpeg_transform_info) * n); in tjTransform()1861 xinfo[i].transform = xformtypes[t[i].op]; in tjTransform()1862 xinfo[i].perfect = (t[i].options & TJXOPT_PERFECT) ? 1 : 0; in tjTransform()1863 xinfo[i].trim = (t[i].options & TJXOPT_TRIM) ? 1 : 0; in tjTransform()1864 xinfo[i].force_grayscale = (t[i].options & TJXOPT_GRAY) ? 1 : 0; in tjTransform()1865 xinfo[i].crop = (t[i].options & TJXOPT_CROP) ? 1 : 0; in tjTransform()1866 if (n != 1 && t[i].op == TJXOP_HFLIP) xinfo[i].slow_hflip = 1; in tjTransform()1867 else xinfo[i].slow_hflip = 0; in tjTransform()[all …]
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
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
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...