Home
last modified time | relevance | path

Searched refs:cupsImageRGBAdjust (Results 1 – 12 of 12) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dimage.h89 extern void cupsImageRGBAdjust(cups_ib_t *pixels, int count,
Dimage-pix.c179 cupsImageRGBAdjust(in, img->xsize, saturation, hue); in _cupsImageReadPIX()
Dimage-tiff.c1066 cupsImageRGBAdjust(in, img->xsize, saturation, hue); in _cupsImageReadTIFF()
1207 cupsImageRGBAdjust(in, img->ysize, saturation, hue); in _cupsImageReadTIFF()
1447 cupsImageRGBAdjust(in, img->xsize, saturation, hue); in _cupsImageReadTIFF()
1669 cupsImageRGBAdjust(in, img->ysize, saturation, hue); in _cupsImageReadTIFF()
Dimage-photocd.c279 cupsImageRGBAdjust(rgb, 768, saturation, hue); in _cupsImageReadPhotoCD()
Dimage-pnm.c275 cupsImageRGBAdjust(in, img->xsize, saturation, hue); in _cupsImageReadPNM()
Dimage-png.c250 cupsImageRGBAdjust(inptr, img->xsize, saturation, hue); in _cupsImageReadPNG()
Dimage-sgi.c247 cupsImageRGBAdjust(in, img->xsize, saturation, hue); in _cupsImageReadSGI()
Dimage-jpeg.c202 cupsImageRGBAdjust(in, img->xsize, saturation, hue); in _cupsImageReadJPEG()
Dimage-sun.c350 cupsImageRGBAdjust(in, img->xsize, saturation, hue); in _cupsImageReadSunRaster()
Dimage-bmp.c445 cupsImageRGBAdjust(in, img->xsize, saturation, hue); in _cupsImageReadBMP()
Dimage-gif.c196 cupsImageRGBAdjust(cmap[i], 1, saturation, hue); in _cupsImageReadGIF()
Dimage-colorspace.c493 cupsImageRGBAdjust(cups_ib_t *pixels, /* IO - Input/output pixels */ in cupsImageRGBAdjust() function