Home
last modified time | relevance | path

Searched refs:color_device (Results 1 – 10 of 10) sorted by relevance

/external/libcups/ppdc/
Dppdc-import.cxx118 driver->color_device = ppd->color_device; in import_ppd()
Dppdc-driver.cxx54 color_device = d->color_device; in ppdcDriver()
94 color_device = 0; in ppdcDriver()
508 cupsFilePrintf(fp, "*ColorDevice: %s%s", color_device ? "True" : "False", lf); in write_ppd_file()
514 color_device ? "RGB" : "Gray", lf); in write_ppd_file()
Dppdc.h367 color_device, // Support color? variable
Dppdc-source.cxx2689 d->color_device = get_boolean(fp); in scan_file()
3610 if (d->color_device) in write_file()
/external/libcups/filter/
Dcommon.c73 ColorDevice = ppd->color_device; in SetCommonOptions()
/external/libcups/cups/
Dppd.h289 int color_device; /* 1 = color device, 0 = grayscale */ member
Dppd.c632 ppd->color_device = 0; in _ppdOpen()
876 ppd->color_device = !strcmp(string, "True"); in _ppdOpen()
/external/libcups/scheduler/
Dprinters.c3961 if (ppd->color_device) in load_ppd()
3971 ippAddBoolean(p->ppd_attrs, IPP_TAG_PRINTER, "color-supported", (char)ppd->color_device); in load_ppd()
3997 if (ppd->color_device) in load_ppd()
4009 if (ppd->color_device) in load_ppd()
4400 if (ppd->color_device) in load_ppd()
/external/libcups/tools/
Dippeveprinter.c4928 if (ppd->color_device) in load_ppd_attributes()
4947 ippAddBoolean(attrs, IPP_TAG_PRINTER, "color-supported", (char)ppd->color_device); in load_ppd_attributes()
5233 if (ppd->color_device) in load_ppd_attributes()
5237 …PP_CONST_TAG(IPP_TAG_KEYWORD), "print-color-mode-default", NULL, ppd->color_device ? "auto" : "mon… in load_ppd_attributes()
5240 if (ppd->color_device) in load_ppd_attributes()
5320 if (ppd->color_device) in load_ppd_attributes()
5345 if (ppd->color_device) in load_ppd_attributes()
/external/libcups/systemv/
Dcupstestppd.c1493 ppd->color_device ? "TRUE" : "FALSE", in main()