Home
last modified time | relevance | path

Searched refs:CUPS_PRINTER_COLOR (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dtestcups.c74 mask |= CUPS_PRINTER_COLOR; in main()
75 type |= CUPS_PRINTER_COLOR; in main()
79 mask |= CUPS_PRINTER_COLOR; in main()
Dtestdest.c78 type |= CUPS_PRINTER_COLOR; in main()
79 mask |= CUPS_PRINTER_COLOR; in main()
Dcups.h206 CUPS_PRINTER_COLOR = 0x0008, /* Can do color printing */ enumerator
Dcupspm.md173 - `CUPS_PRINTER_COLOR`: Can do color printing.
Ddest.c3143 type |= CUPS_PRINTER_COLOR; in cups_dnssd_query_cb()
/external/libcups/scheduler/
Ddirsvc.c465 if (p->type & CUPS_PRINTER_COLOR) in dnssdBuildTxtRecord()
468 keyvalue[count++][1] = (p->type & CUPS_PRINTER_COLOR) ? "T" : "F"; in dnssdBuildTxtRecord()
Dprinters.c3956 p->type |= CUPS_PRINTER_COLOR; in load_ppd()