Searched refs:CUPS_PRINTER_COLOR (Results 1 – 7 of 7) sorted by relevance
74 mask |= CUPS_PRINTER_COLOR; in main()75 type |= CUPS_PRINTER_COLOR; in main()79 mask |= CUPS_PRINTER_COLOR; in main()
78 type |= CUPS_PRINTER_COLOR; in main()79 mask |= CUPS_PRINTER_COLOR; in main()
206 CUPS_PRINTER_COLOR = 0x0008, /* Can do color printing */ enumerator
173 - `CUPS_PRINTER_COLOR`: Can do color printing.
3143 type |= CUPS_PRINTER_COLOR; in cups_dnssd_query_cb()
465 if (p->type & CUPS_PRINTER_COLOR) in dnssdBuildTxtRecord()468 keyvalue[count++][1] = (p->type & CUPS_PRINTER_COLOR) ? "T" : "F"; in dnssdBuildTxtRecord()
3956 p->type |= CUPS_PRINTER_COLOR; in load_ppd()