Searched refs:profile_key (Results 1 – 2 of 2) sorted by relevance
/third_party/cups-filters/cupsfilters/ |
D | colormanager.c | 294 const char *profile_key; in _get_ppd_icc_fallback() local 298 profile_key = "APTiogaProfile"; in _get_ppd_icc_fallback() 299 attr = ppdFindAttr(ppd, profile_key, NULL); in _get_ppd_icc_fallback() 301 profile_key = "cupsICCProfile"; in _get_ppd_icc_fallback() 302 attr = ppdFindAttr(ppd, profile_key, NULL); in _get_ppd_icc_fallback() 319 for (;attr != NULL; attr = ppdFindNextAttr(ppd, profile_key, NULL)) { in _get_ppd_icc_fallback()
|
/third_party/cups-filters/filter/ |
D | gstoraster.c | 515 const char *profile_key; 520 profile_key = "APTiogaProfile"; 521 attr = ppdFindAttr(ppd, profile_key, NULL); 523 profile_key = "cupsICCProfile"; 524 attr = ppdFindAttr(ppd, profile_key, NULL); 544 for (;attr != NULL; attr = ppdFindNextAttr(ppd, profile_key, NULL)) {
|