Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dcolormanager.c72 int is_cm_off = 0; /* color management status flag */ in cmIsPrinterCmDisabled() local
76 is_cm_off = _get_colord_printer_cm_status(printer_name); in cmIsPrinterCmDisabled()
78 if (is_cm_off) in cmIsPrinterCmDisabled()
81 return is_cm_off; in cmIsPrinterCmDisabled()