Searched refs:_ppdLocalizedAttr (Results 1 – 4 of 4) sorted by relevance
/external/libcups/cups/ |
D | ppd-localize.c | 75 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", group->name, in ppdLocalize() 81 if ((locattr = _ppdLocalizedAttr(ppd, "Translation", option->keyword, in ppdLocalize() 91 locattr = _ppdLocalizedAttr(ppd, option->keyword, choice->choice, in ppdLocalize() 97 locattr = _ppdLocalizedAttr(ppd, ckeyword, "True", ll_CC); in ppdLocalize() 120 if ((locattr = _ppdLocalizedAttr(ppd, ckeyword, cparam->name, in ppdLocalize() 132 if ((locattr = _ppdLocalizedAttr(ppd, "APCustomColorMatchingName", in ppdLocalize() 143 if ((locattr = _ppdLocalizedAttr(ppd, "cupsICCProfile", attr->spec, in ppdLocalize() 160 if ((locattr = _ppdLocalizedAttr(ppd, "APPrinterPreset", attr->spec, in ppdLocalize() 199 locattr = _ppdLocalizedAttr(ppd, keyword, spec, ll_CC); in ppdLocalizeAttr() 201 locattr = _ppdLocalizedAttr(ppd, "Translation", keyword, ll_CC); in ppdLocalizeAttr() [all …]
|
D | ppd-private.h | 196 extern ppd_attr_t *_ppdLocalizedAttr(ppd_file_t *ppd, const char *keyword,
|
D | libcups2.def | 130 _ppdLocalizedAttr
|
/external/libcups/scheduler/ |
D | colorman.c | 273 if ((attr = _ppdLocalizedAttr(ppd, "cupsICCProfile", name, in apple_init_profile() 275 attr = _ppdLocalizedAttr(ppd, "APTiogaProfile", name, language); in apple_init_profile() 278 attr = _ppdLocalizedAttr(ppd, "ColorModel", name, language); in apple_init_profile()
|