Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-custom.c50 ppdFindCustomParam(ppd_coption_t *opt, /* I - Custom option */ in ppdFindCustomParam() function
Dppd-page.c124 if ((cparam = ppdFindCustomParam(coption, "Width")) != NULL) in ppdPageSize()
127 if ((cparam = ppdFindCustomParam(coption, "Height")) != NULL) in ppdPageSize()
Dlibcups2.def557 ppdFindCustomParam
Dppd.h427 extern ppd_cparam_t *ppdFindCustomParam(ppd_coption_t *opt,
Dppd-mark.c929 if ((cparam = ppdFindCustomParam(coption, val->name)) == NULL) in ppd_mark_option()
Dppd.c2660 if ((cparam = ppdFindCustomParam(opt, param)) != NULL) in ppd_get_cparam()