Searched refs:ppdFindChoice (Results 1 – 9 of 9) sorted by relevance
/external/libcups/cups/ |
D | ppd-cache.c | 1461 ppdFindChoice(color_model, "Gray")) in _ppdCacheCreateWithPPD() 1467 ppdFindChoice(color_model, "grayscale")) in _ppdCacheCreateWithPPD() 1473 ppdFindChoice(color_model, "Mono")) in _ppdCacheCreateWithPPD() 1479 ppdFindChoice(color_model, "1")) in _ppdCacheCreateWithPPD() 1485 ppdFindChoice(color_model, "True")) in _ppdCacheCreateWithPPD() 1711 if (ppdFindChoice(ppd_option, "SinglePortrait")) in _ppdCacheCreateWithPPD() 1713 if (ppdFindChoice(ppd_option, "UpperLeft")) /* Ricoh extension */ in _ppdCacheCreateWithPPD() 1715 if (ppdFindChoice(ppd_option, "UpperRight")) /* Ricoh extension */ in _ppdCacheCreateWithPPD() 1717 if (ppdFindChoice(ppd_option, "SingleLandscape")) in _ppdCacheCreateWithPPD() 1719 if (ppdFindChoice(ppd_option, "DualLandscape")) in _ppdCacheCreateWithPPD() [all …]
|
D | ppd-conflicts.c | 786 constptr[0].choice = ppdFindChoice(constptr[0].option, "Custom"); in ppd_load_constraints() 792 constptr[0].choice = ppdFindChoice(constptr[0].option, in ppd_load_constraints() 811 constptr[1].choice = ppdFindChoice(constptr[1].option, "Custom"); in ppd_load_constraints() 817 constptr[1].choice = ppdFindChoice(constptr[1].option, in ppd_load_constraints() 920 constptr->choice = ppdFindChoice(constptr->option, choice); in ppd_load_constraints()
|
D | ppd-mark.c | 370 ppdFindChoice(ppd_option_t *o, /* I - Pointer to option */ in ppdFindChoice() function 829 if ((c = ppdFindChoice(o, "Custom")) == NULL) in ppd_mark_option() 921 if ((c = ppdFindChoice(o, "Custom")) == NULL) in ppd_mark_option()
|
D | testlang.c | 141 if ((choice = ppdFindChoice(option, "Letter")) == NULL) in main()
|
D | ppd.h | 383 extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option)
|
D | libcups2.def | 503 ppdFindChoice
|
D | ppd.c | 1144 if ((choice = ppdFindChoice(custom_option, "Custom")) == NULL) in _ppdOpen() 1184 if ((choice = ppdFindChoice(custom_option, "Custom")) == NULL) in _ppdOpen() 1428 if ((choice = ppdFindChoice(option, "Custom")) == NULL) in _ppdOpen()
|
/external/libcups/filter/ |
D | commandtops.c | 361 if (!ppdFindChoice(option, buffer)) in auto_configure()
|
D | pstops.c | 2184 if (!ppdFindChoice(option, value)) in include_feature()
|