Home
last modified time | relevance | path

Searched refs:IPP_FINISHINGS_NONE (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dppd-cache.c2089 (!job && value == IPP_FINISHINGS_NONE)) in _ppdCacheGetFinishingOptions()
2114 else if (value != IPP_FINISHINGS_NONE) in _ppdCacheGetFinishingOptions()
2207 values[0] = IPP_FINISHINGS_NONE; in _ppdCacheGetFinishingValues()
4079 if (value >= IPP_FINISHINGS_NONE && value <= IPP_FINISHINGS_LAMINATE) in _ppdCreateFromIPP()
4080 ppd_keyword = base_keywords[value - IPP_FINISHINGS_NONE]; in _ppdCreateFromIPP()
4159 if (value >= IPP_FINISHINGS_NONE && value <= IPP_FINISHINGS_LAMINATE) in _ppdCreateFromIPP()
4160 ppd_keyword = base_keywords[value - IPP_FINISHINGS_NONE]; in _ppdCreateFromIPP()
4247 if (value >= IPP_FINISHINGS_NONE && value <= IPP_FINISHINGS_LAMINATE) in _ppdCreateFromIPP()
4248 ppd_keyword = base_keywords[value - IPP_FINISHINGS_NONE]; in _ppdCreateFromIPP()
Dipp.h94 IPP_FINISHINGS_NONE = 3, /* No finishing */ enumerator
/external/libcups/tools/
Dippeveprinter.c4363 ippAddInteger(attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "finishings-default", IPP_FINISHINGS_NONE); in load_legacy_attributes()
4366 ippAddInteger(attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "finishings-supported", IPP_FINISHINGS_NONE); in load_legacy_attributes()
5006 ippAddInteger(attrs, IPP_TAG_PRINTER, IPP_TAG_ENUM, "finishings-default", IPP_FINISHINGS_NONE); in load_ppd_attributes()
5010 ippSetInteger(attrs, &attr, 0, IPP_FINISHINGS_NONE); in load_ppd_attributes()
5016 ippSetInteger(attrs, &attr, 0, IPP_FINISHINGS_NONE); in load_ppd_attributes()
/external/libcups/scheduler/
Dprinters.c3942 finishings[0] = IPP_FINISHINGS_NONE; in load_ppd()
5018 "finishings-default", IPP_FINISHINGS_NONE); in load_ppd()
Djob.c3845 …num_pwgppds = _ppdCacheGetFinishingOptions(pc, job->attrs, IPP_FINISHINGS_NONE, num_pwgppds, &pwgp… in get_options()