Home
last modified time | relevance | path

Searched refs:LCMS_BYTES_MASK (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsicc_lcms2.c27 #define LCMS_BYTES_MASK 0x7 macro
303 dwInputFormat = (dwInputFormat & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
304 dwOutputFormat = (dwOutputFormat & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
H A Dgsicc_lcms.c30 #define LCMS_BYTES_MASK 0x7 macro
256 dwInputFormat = (curr_input & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
257 dwOutputFormat = (curr_output & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsicc_lcms2.c27 #define LCMS_BYTES_MASK 0x7 macro
303 dwInputFormat = (dwInputFormat & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
304 dwOutputFormat = (dwOutputFormat & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
H A Dgsicc_lcms.c30 #define LCMS_BYTES_MASK 0x7 macro
256 dwInputFormat = (curr_input & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
257 dwOutputFormat = (curr_output & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsicc_lcms2.c36 #define LCMS_BYTES_MASK 0x7 macro
474 dwInputFormat = (dwInputFormat & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
475 dwOutputFormat = (dwOutputFormat & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
H A Dgsicc_lcms2mt.c40 #define LCMS_BYTES_MASK T_BYTES(-1) /* leaves only mask for the BYTES (currently 7) */ macro
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsicc_lcms2.c36 #define LCMS_BYTES_MASK 0x7 macro
474 dwInputFormat = (dwInputFormat & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
475 dwOutputFormat = (dwOutputFormat & (~LCMS_BYTES_MASK)) | BYTES_SH(num_bytes); in gscms_transform_color()
H A Dgsicc_lcms2mt.c40 #define LCMS_BYTES_MASK T_BYTES(-1) /* leaves only mask for the BYTES (currently 7) */ macro