Searched refs:cups_clut_t (Results 1 – 1 of 1) sorted by relevance
91 typedef int cups_clut_t[3][256]; typedef102 static cups_clut_t *cupsImageMatrix;502 static cups_clut_t *lut = NULL; /* Lookup table for matrix */ in cupsImageRGBAdjust()520 lut = calloc(3, sizeof(cups_clut_t)); in cupsImageRGBAdjust()916 cupsImageMatrix = calloc(3, sizeof(cups_clut_t)); in cupsImageSetProfile()