Searched refs:tempg (Results 1 – 2 of 2) sorted by relevance
65 int tempg; /* Current separation color */ in cupsRGBDoGray() local146 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() local278 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 …]
139 BundleGroup tempg = (BundleGroup)gv.elementAt(i); in importResource() local140 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() local154 if (tempg.getName().equals(group_name)) { in importResource()155 group = tempg; in importResource()