Searched refs:color_device (Results 1 – 10 of 10) sorted by relevance
/external/libcups/ppdc/ |
D | ppdc-import.cxx | 118 driver->color_device = ppd->color_device; in import_ppd()
|
D | ppdc-driver.cxx | 54 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()
|
D | ppdc.h | 367 color_device, // Support color? variable
|
D | ppdc-source.cxx | 2689 d->color_device = get_boolean(fp); in scan_file() 3610 if (d->color_device) in write_file()
|
/external/libcups/filter/ |
D | common.c | 73 ColorDevice = ppd->color_device; in SetCommonOptions()
|
/external/libcups/cups/ |
D | ppd.h | 289 int color_device; /* 1 = color device, 0 = grayscale */ member
|
D | ppd.c | 632 ppd->color_device = 0; in _ppdOpen() 876 ppd->color_device = !strcmp(string, "True"); in _ppdOpen()
|
/external/libcups/scheduler/ |
D | printers.c | 3961 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/ |
D | ippeveprinter.c | 4928 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/ |
D | cupstestppd.c | 1493 ppd->color_device ? "TRUE" : "FALSE", in main()
|