Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-page.c129 if ((cparam = ppdFindCustomParam(coption, "Width")) != NULL) in ppdPageSize()
132 if ((cparam = ppdFindCustomParam(coption, "Height")) != NULL) in ppdPageSize()
Dppd-custom.c61 ppdFindCustomParam(ppd_coption_t *opt, /* I - Custom option */ in ppdFindCustomParam() function
Dppd.h435 extern ppd_cparam_t *ppdFindCustomParam(ppd_coption_t *opt,
Dlibcups2.def505 ppdFindCustomParam
Dppd-mark.c930 if ((cparam = ppdFindCustomParam(coption, val->name)) == NULL) in ppd_mark_option()
Dppd.c2697 if ((cparam = ppdFindCustomParam(opt, param)) != NULL) in ppd_get_cparam()