Searched refs:color_device (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-import.cxx129 driver->color_device = ppd->color_device;
H A Dppdc-driver.cxx59 color_device = d->color_device;
99 color_device = 0;
513 cupsFilePrintf(fp, "*ColorDevice: %s%s", color_device ? "True" : "False", lf);
519 color_device ? "RGB" : "Gray", lf);
H A Dppdc.h373 color_device, // Support color? member in class:ppdcDriver
H A Dppdc-source.cxx2691 d->color_device = get_boolean(fp);
3612 if (d->color_device)
/macosx-10.10.1/cups-408/cups/filter/
H A Dcommon.c81 ColorDevice = ppd->color_device;
/macosx-10.10.1/cups-408/cups/cups/
H A Dppd.h296 int color_device; /* 1 = color device, 0 = grayscale */ member in struct:ppd_file_s
H A Dppd.c578 ppd->color_device = 0;
819 ppd->color_device = !strcmp(string, "True");
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprinters.c3736 if (ppd->color_device)
3746 ippAddBoolean(p->ppd_attrs, IPP_TAG_PRINTER, "color-supported", (char)ppd->color_device);
3772 if (ppd->color_device)
3784 if (ppd->color_device)
4246 if (ppd->color_device)
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c1512 " color_device = %s\n"
1516 ppd->color_device ? "TRUE" : "FALSE",

Completed in 173 milliseconds