Home
last modified time | relevance | path

Searched refs:printer_name (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dcolormanager.c38 static int _get_colord_printer_cm_status (const char *printer_name);
39 static char *_get_colord_printer_id (const char *printer_name);
40 static int _get_colord_profile (const char *printer_name,
69 cmIsPrinterCmDisabled(const char *printer_name) /* dest name */ in cmIsPrinterCmDisabled() argument
76 is_cm_off = _get_colord_printer_cm_status(printer_name); in cmIsPrinterCmDisabled()
88 cmGetPrinterIccProfile(const char *printer_name, /* Printer name (usually "dest" name) */ in cmGetPrinterIccProfile() argument
97 profile_set = _get_colord_profile(printer_name, icc_profile, ppd); in cmGetPrinterIccProfile()
181 _get_colord_printer_id(const char *printer_name) /* Dest name */ in _get_colord_printer_id() argument
184 if (printer_name == NULL) { in _get_colord_printer_id()
191 snprintf (printer_id, CM_MAX_FILE_LENGTH, "cups-%s", printer_name); in _get_colord_printer_id()
[all …]
Dkmdevices.cpp7 oyConfig_s * get_device(const char * printer_name) in get_device() argument
18 oyDeviceGet( OY_TYPE_STD, "PRINTER", printer_name, in get_device()
26 int kmIsPrinterCmOff(const char * printer_name) in kmIsPrinterCmOff() argument
33 if(printer_name == NULL) in kmIsPrinterCmOff()
36 device = get_device(printer_name); in kmIsPrinterCmOff()
49 const char * kmGetPrinterProfile(const char* printer_name) in kmGetPrinterProfile() argument
56 if(printer_name == NULL) in kmGetPrinterProfile()
59 device = get_device(printer_name); in kmGetPrinterProfile()
/third_party/cups/
Dbackport-Also-fix-cupsfilter.patch19 printer_name[255], /* PRINTER env variable */
27 envp[i ++] = printer_name;
Dbackport-Remove-legacy-code-for-RIP_MAX_CACHE-environment-variable.patch20 printer_name[255],