Lines Matching +full:macos +full:- +full:10
4 * Copyright © 2007-2018 by Apple Inc.
5 * Copyright © 1997-2006 by Easy Software Products.
28 * Every non-PostScript printer driver that supports raster images
29 * should use the application/vnd.cups-raster image file format.
133 …CUPS_CSPACE_KCMYcm = 9, /* Black, cyan, magenta, yellow, light-cyan, light-magenta @deprecated@ */
134 CUPS_CSPACE_GMCK = 10, /* Gold, magenta, yellow, black @deprecated@ */
140 CUPS_CSPACE_CIEXYZ = 15, /* CIE XYZ @since CUPS 1.1.19/macOS 10.3@ */
141 CUPS_CSPACE_CIELab = 16, /* CIE Lab @since CUPS 1.1.19/macOS 10.3@ */
142 …_RGBW = 17, /* Red, green, blue, white (DeviceRGB, sRGB by default) @since CUPS 1.2/macOS 10.5@ */
147 CUPS_CSPACE_ICC1 = 32, /* ICC-based, 1 color @since CUPS 1.1.19/macOS 10.3@ */
148 CUPS_CSPACE_ICC2 = 33, /* ICC-based, 2 colors @since CUPS 1.1.19/macOS 10.3@ */
149 CUPS_CSPACE_ICC3 = 34, /* ICC-based, 3 colors @since CUPS 1.1.19/macOS 10.3@ */
150 CUPS_CSPACE_ICC4 = 35, /* ICC-based, 4 colors @since CUPS 1.1.19/macOS 10.3@ */
151 CUPS_CSPACE_ICC5 = 36, /* ICC-based, 5 colors @since CUPS 1.1.19/macOS 10.3@ */
152 CUPS_CSPACE_ICC6 = 37, /* ICC-based, 6 colors @since CUPS 1.1.19/macOS 10.3@ */
153 CUPS_CSPACE_ICC7 = 38, /* ICC-based, 7 colors @since CUPS 1.1.19/macOS 10.3@ */
154 CUPS_CSPACE_ICC8 = 39, /* ICC-based, 8 colors @since CUPS 1.1.19/macOS 10.3@ */
155 CUPS_CSPACE_ICC9 = 40, /* ICC-based, 9 colors @since CUPS 1.1.19/macOS 10.3@ */
156 CUPS_CSPACE_ICCA = 41, /* ICC-based, 10 colors @since CUPS 1.1.19/macOS 10.3@ */
157 CUPS_CSPACE_ICCB = 42, /* ICC-based, 11 colors @since CUPS 1.1.19/macOS 10.3@ */
158 CUPS_CSPACE_ICCC = 43, /* ICC-based, 12 colors @since CUPS 1.1.19/macOS 10.3@ */
159 CUPS_CSPACE_ICCD = 44, /* ICC-based, 13 colors @since CUPS 1.1.19/macOS 10.3@ */
160 CUPS_CSPACE_ICCE = 45, /* ICC-based, 14 colors @since CUPS 1.1.19/macOS 10.3@ */
161 CUPS_CSPACE_ICCF = 46, /* ICC-based, 15 colors @since CUPS 1.1.19/macOS 10.3@ */
172 CUPS_CSPACE_DEVICEA = 57, /* DeviceN, 10 colors @since CUPS 1.4.5@ */
209 …CUPS_RASTER_WRITE_COMPRESSED = 2, /* Open stream for compressed writing @since CUPS 1.3/macOS 10.5…
210 …E_PWG = 3, /* Open stream for compressed writing in PWG Raster mode @since CUPS 1.5/macOS 10.7@ */
226 CUPS_ORIENT_90 = 1, /* Rotate the page counter-clockwise */
234 * dictionary, along with some CUPS-specific parameters that are provided
254 cups_bool_t Duplex; /* Duplexed (double-sided) value */
255 unsigned HWResolution[2]; /* Resolution in dots-per-inch */
260 unsigned Margins[2]; /* Lower-lefthand margins in points */
290 typedef struct cups_page_header2_s /**** Version 2 page header @since CUPS 1.2/macOS 10.5@ ****/
303 cups_bool_t Duplex; /* Duplexed (double-sided) value */
304 unsigned HWResolution[2]; /* Resolution in dots-per-inch */
309 unsigned Margins[2]; /* Lower-lefthand margins in points */
338 unsigned cupsNumColors; /* Number of color compoents @since CUPS 1.2/macOS 10.5@ */
340 /* Scaling that was applied to page data @since CUPS 1.2/macOS 10.5@ */
342 * factor not applied) @since CUPS 1.2/macOS 10.5@ */
345 * bottom, right, top) @since CUPS 1.2/macOS 10.5@ */
346 unsigned cupsInteger[16]; /* User-defined integer values @since CUPS 1.2/macOS 10.5@ */
347 float cupsReal[16]; /* User-defined floating-point values @since CUPS 1.2/macOS 10.5@ */
348 char cupsString[16][64]; /* User-defined string values @since CUPS 1.2/macOS 10.5@ */
349 char cupsMarkerType[64]; /* Ink/toner type @since CUPS 1.2/macOS 10.5@ */
350 char cupsRenderingIntent[64];/* Color rendering intent @since CUPS 1.2/macOS 10.5@ */
351 char cupsPageSizeName[64]; /* PageSize name @since CUPS 1.2/macOS 10.5@ */
365 * data. It must return -1 on error or
392 /**** New in CUPS 2.2/macOS 10.12 ****/