Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c1456 *gray_choice = NULL; /* Choice to select grayscale */ in _ppdCacheCreateWithPPD() local
1462 gray_choice = "Gray"; in _ppdCacheCreateWithPPD()
1468 gray_choice = "grayscale"; in _ppdCacheCreateWithPPD()
1474 gray_choice = "Mono"; in _ppdCacheCreateWithPPD()
1480 gray_choice = "1"; in _ppdCacheCreateWithPPD()
1486 gray_choice = "True"; in _ppdCacheCreateWithPPD()
1489 if (color_option && gray_choice) in _ppdCacheCreateWithPPD()
1538 cupsAddOption(color_option, gray_choice, in _ppdCacheCreateWithPPD()