/third_party/cups-filters/filter/ |
D | rastertopclx.c | 53 cups_cmyk_t *CMYK; /* CMYK color separation data */ variable 339 CMYK = NULL; in StartPage() 360 CMYK = cupsCMYKLoad(ppd, colormodel, header->MediaType, resolution); in StartPage() 366 if (CMYK) in StartPage() 379 CMYK = cupsCMYKNew(PrinterPlanes); in StartPage() 382 PrinterPlanes = CMYK->num_channels; in StartPage() 882 cupsCMYKDelete(CMYK); in EndPage() 1741 cupsCMYKDoBlack(CMYK, CMYKBuffer, InputBuffer, width); in ReadLine() 1743 cupsCMYKDoCMYK(CMYK, CMYKBuffer, InputBuffer, width); in ReadLine() 1746 cupsCMYKDoGray(CMYK, PixelBuffer, InputBuffer, width); in ReadLine() [all …]
|
D | rastertoescpx.c | 59 cups_cmyk_t *CMYK; /* CMYK color separation data */ variable 236 CMYK = NULL; in StartPage() 249 CMYK = cupsCMYKLoad(ppd, colormodel, header->MediaType, resolution); in StartPage() 254 if (CMYK) in StartPage() 259 CMYK = cupsCMYKNew(4); in StartPage() 262 PrinterPlanes = CMYK->num_channels; in StartPage() 1171 cupsCMYKDelete(CMYK); in EndPage() 1592 cupsCMYKDoCMYK(CMYK, CMYKBuffer, InputBuffer, width); in ProcessLine() 1595 cupsCMYKDoGray(CMYK, PixelBuffer, InputBuffer, width); in ProcessLine() 1599 cupsCMYKDoBlack(CMYK, PixelBuffer, InputBuffer, width); in ProcessLine() [all …]
|
/third_party/cups-filters/cupsfilters/ |
D | testrgb.c | 49 static cups_sample_t CMYK[] = /* Basic 4-color sep */ in main() local 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/openGLES/extensions/EXT/ |
D | EXT_cmyka.txt | 30 images whose pixels have CMYK or CMYKA formats. The algorithms used to 132 A new section, "Conversion to CMYK," is added immediately following the 158 storage parameters, the CMYK hint modes in effect when a pixel command 160 interpretation of memory data. The CMYK hints in effect when a display
|
D | EXT_texture_sRGB.txt | 400 extensions for such other color spaces (YUV and CMYK at least)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_cmyka.txt | 30 images whose pixels have CMYK or CMYKA formats. The algorithms used to 132 A new section, "Conversion to CMYK," is added immediately following the 158 storage parameters, the CMYK hint modes in effect when a pixel command 160 interpretation of memory data. The CMYK hints in effect when a display
|
D | EXT_texture_sRGB.txt | 400 extensions for such other color spaces (YUV and CMYK at least)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_ycrcba.txt | 55 As with the CMYK extension, this extension doesn't preclude the 115 expanded to cover conversion to L, YCrCb, and CMYK
|
D | SGIX_ycrcb.txt | 52 As with the CMYK extension, this extension doesn't preclude the
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_ycrcba.txt | 55 As with the CMYK extension, this extension doesn't preclude the 115 expanded to cover conversion to L, YCrCb, and CMYK
|
D | SGIX_ycrcb.txt | 52 As with the CMYK extension, this extension doesn't preclude the
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 415 1. The TurboJPEG API can now decompress CMYK JPEG images that have subsampled M 1016 1. tjbench now properly handles CMYK/YCCK JPEG files. Passing an argument of 1018 convert the source bitmap to CMYK prior to compression, to generate YCCK JPEG 1019 files, and to internally convert the decompressed CMYK pixels back to RGB after 1020 decompression (the latter is done automatically if a CMYK or YCCK JPEG is 1021 passed to tjbench as a source image.) The CMYK<->RGB conversion operation is 1022 not benchmarked. NOTE: The quick & dirty CMYK<->RGB conversions that tjbench 1023 uses are suitable for testing only. Proper conversion between CMYK and RGB 1038 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using 1163 - CMYK images are now supported. This feature allows CMYK source images [all …]
|
D | libjpeg.txt | 202 or full grayscale (or sometimes another colorspace such as CMYK). You can 1073 jpeg_set_colorspace() set this TRUE if JPEG color space RGB, CMYK, 1372 (JFIF), or grayscale, RGB, YCbCr, CMYK, or YCCK (Adobe). For special 1377 RGB <=> YCbCr and CMYK <=> YCCK). It can also deal with data of an unknown 1391 CMYK => YCCK 1393 YCbCr => YCbCr, CMYK => CMYK, YCCK => YCCK, and UNKNOWN => UNKNOWN. 1425 YCCK => CMYK 1436 CAUTION: it appears that Adobe Photoshop writes inverted data in CMYK JPEG 1439 CMYK files, you will have to deal with it in your application. We cannot 1440 "fix" this in the library by inverting the data during the CMYK<=>YCCK [all …]
|
/third_party/cups-filters/ppd/ |
D | Ricoh-PDF_Printer-PDF.ppd | 33 *DefaultColorSpace: CMYK 250 *DefaultColorModel: CMYK 252 *ColorModel CMYK/Color: "@PJL SET RENDERMODE=COLOR<0A>@PJL SET DATAMODE=COLOR<0A>"
|
D | Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd | 34 *DefaultColorSpace: CMYK
|
D | Generic-PDF_Printer-PDF.ppd | 33 *DefaultColorSpace: CMYK
|
D | HP-Color_LaserJet_CM3530_MFP-PDF.ppd | 33 *DefaultColorSpace: CMYK
|
/third_party/skia/third_party/skcms/ |
D | skcms.cc | 1615 const auto CMYK = skcms_Signature_CMYK; in skcms_ApproximatelyEqualProfiles() local 1616 if ((A->data_color_space == CMYK) != (B->data_color_space == CMYK)) { in skcms_ApproximatelyEqualProfiles()
|
/third_party/cups-filters/drv/ |
D | cupsfilters.drv | 127 …Choice "Cmyk_8/Color (8 bit CMYK)" "<</cupsColorSpace 6/cupsBitsPerColor 8/cupsColorOrder 0>>setpa… 128 …Choice "Cmyk_16/Color (16 bit CMYK)" "<</cupsColorSpace 6/cupsBitsPerColor 16/cupsColorOrder 0>>se…
|
/third_party/libexif/po/ |
D | cs.po | 1793 msgid "CMYK" 1794 msgstr "CMYK" 2738 msgstr "Určuje barevný model obrázku nebo sadu inkoustů pro tisk. Např. RGB, CMYK, CieLAB. V kompri…
|
D | ru.po | 1838 msgid "CMYK" 1839 msgstr "CMYK"
|
D | be.po | 1821 msgid "CMYK" 1822 msgstr "CMYK"
|
D | ms.po | 1823 msgid "CMYK" 1824 msgstr "CMYK"
|
D | zh_CN.po | 1821 msgid "CMYK" 1822 msgstr "CMYK"
|
/third_party/cups-filters/ |
D | NEWS | 1311 generator: Added DeviceGray/RGB/CMYK, default to 8 bit for 2850 first implementation which supports the black, RGB, CMYK, 3147 - libcupsfilters: Recognize more Adobe-generated CMYK JPEGs to
|