Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c1458 *gray_choice = NULL; /* Choice to select grayscale */ in _ppdCacheCreateWithPPD() local
1464 gray_choice = "Gray"; in _ppdCacheCreateWithPPD()
1470 gray_choice = "grayscale"; in _ppdCacheCreateWithPPD()
1476 gray_choice = "Mono"; in _ppdCacheCreateWithPPD()
1482 gray_choice = "1"; in _ppdCacheCreateWithPPD()
1488 gray_choice = "True"; in _ppdCacheCreateWithPPD()
1491 if (color_option && gray_choice) in _ppdCacheCreateWithPPD()
1540 cupsAddOption(color_option, gray_choice, in _ppdCacheCreateWithPPD()