Home
last modified time | relevance | path

Searched refs:tempr (Results 1 - 1 of 1) sorted by relevance

/third_party/cups-filters/cupsfilters/
H A Drgb.c183 int tempr, /* Current separation colors */ in cupsRGBDoRGB() local
282 tempr = tempg * rm0; in cupsRGBDoRGB()
289 tempr = (tempr + tempg * rm1) / 256; in cupsRGBDoRGB()
291 if (tempr > 255) in cupsRGBDoRGB()
293 else if (tempr < 0) in cupsRGBDoRGB()
296 *output++ = tempr; in cupsRGBDoRGB()
434 unsigned char ****tempr; /* Pointer for X array */ in cupsRGBNew() local
462 tempr = calloc(cube_size, sizeof(unsigned char ***)); in cupsRGBNew()
464 if (tempc == NULL || tempb == NULL || tempg == NULL || tempr in cupsRGBNew()
[all...]

Completed in 1 milliseconds