Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c1461 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 …]
Dppd-conflicts.c786 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()
Dppd-mark.c370 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()
Dtestlang.c141 if ((choice = ppdFindChoice(option, "Letter")) == NULL) in main()
Dppd.h383 extern ppd_choice_t *ppdFindChoice(ppd_option_t *o, const char *option)
Dlibcups2.def503 ppdFindChoice
Dppd.c1144 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/
Dcommandtops.c361 if (!ppdFindChoice(option, buffer)) in auto_configure()
Dpstops.c2184 if (!ppdFindChoice(option, value)) in include_feature()