Searched refs:CMYK (Results 1 - 4 of 4) sorted by relevance
/third_party/cups-filters/filter/ |
H A D | rastertopclx.c | 53 cups_cmyk_t *CMYK; /* CMYK color separation data */ variable 55 *CMYKBuffer, /* CMYK buffer */ 229 colormodel = "CMYK"; in StartPage() 339 CMYK = NULL; in StartPage() 360 CMYK = cupsCMYKLoad(ppd, colormodel, header->MediaType, resolution); in StartPage() 366 if (CMYK) in StartPage() 367 fputs("DEBUG: Loaded CMYK separation from PPD.\n", stderr); in StartPage() 379 CMYK = cupsCMYKNew(PrinterPlanes); in StartPage() 382 PrinterPlanes = CMYK in StartPage() [all...] |
H A D | rastertoescpx.c | 59 cups_cmyk_t *CMYK; /* CMYK color separation data */ variable 61 *CMYKBuffer, /* CMYK buffer */ 217 colormodel = "CMYK"; in StartPage() 236 CMYK = NULL; in StartPage() 249 CMYK = cupsCMYKLoad(ppd, colormodel, header->MediaType, resolution); in StartPage() 254 if (CMYK) in StartPage() 255 fputs("DEBUG: Loaded CMYK separation from PPD.\n", stderr); in StartPage() 258 fputs("DEBUG: Loading default CMYK separation.\n", stderr); in StartPage() 259 CMYK in StartPage() [all...] |
/third_party/cups-filters/cupsfilters/ |
H A D | testrgb.c | 49 static cups_sample_t CMYK[] = /* Basic 4-color sep */ in main() local 70 * Run tests for CMYK and CMYK separations... in main() 73 test_rgb(CMYK, 8, 2, 4, "test/rgb-cmyk"); in main() 75 test_gray(CMYK, 8, 2, 4, "test/gray-cmyk"); in main()
|
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 619 // We require at least one, and no more than four (ie CMYK) input channels 642 // For B2A, exactly 3 input channels (XYZ) and 3 (RGB) or 4 (CMYK) output channels. 819 // We require no more than four (ie CMYK) input channels 942 // Require exactly 3 inputs (XYZ) and 3 (RGB) or 4 (CMYK) outputs. 1614 // to be treated as equal. But CMYK profiles are a totally different ballgame. 1615 const auto CMYK = skcms_Signature_CMYK; 1616 if ((A->data_color_space == CMYK) != (B->data_color_space == CMYK)) { 1620 // Interpret as RGB_888 if data color space is RGB or GRAY, RGBA_8888 if CMYK. 2709 // Photoshop creates CMYK image [all...] |
Completed in 6 milliseconds