Home
last modified time | relevance | path

Searched refs:tempg (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/cupsfilters/
Drgb.c65 int tempg; /* Current separation color */ in cupsRGBDoGray() local
146 tempg = (color[0] * gm0 + color[xs + ys + zs] * gm1) / 256; in cupsRGBDoGray()
148 if (tempg > 255) in cupsRGBDoGray()
150 else if (tempg < 0) in cupsRGBDoGray()
153 *output++ = tempg; in cupsRGBDoGray()
184 tempg, /* ... */ in cupsRGBDoRGB() local
278 tempg = tempb * gm0; in cupsRGBDoRGB()
280 tempg = (tempg + tempb * gm1) / 256; in cupsRGBDoRGB()
282 tempr = tempg * rm0; in cupsRGBDoRGB()
285 tempg = tempb * gm0; in cupsRGBDoRGB()
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBImporter.java139 BundleGroup tempg = (BundleGroup)gv.elementAt(i); in importResource() local
140 if (i==0) backup_group = tempg; in importResource()
141 if (tempg.getName().equals("Ungrouped Items")) backup_group = tempg; in importResource()
142 else if (tempg.getName().equals(group_name)) { in importResource()
143 group = tempg; in importResource()
153 BundleGroup tempg = (BundleGroup)gv.elementAt(i); in importResource() local
154 if (tempg.getName().equals(group_name)) { in importResource()
155 group = tempg; in importResource()