Home
last modified time | relevance | path

Searched refs:IPP_QUALITY_DRAFT (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dppd-mark.c178 pwg_pq = (_pwg_print_quality_t)(atoi(print_quality) - IPP_QUALITY_DRAFT); in cupsMarkOptions()
351 if (pq == IPP_QUALITY_DRAFT) in cupsMarkOptions()
Dppd-cache.c282 ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_ENUM, "print-quality", IPP_QUALITY_DRAFT); in _cupsConvertOptions()
4120 else if (ippContainsInteger(quality, IPP_QUALITY_DRAFT)) in _ppdCreateFromIPP()
4180 if (count > 2 || ippContainsInteger(quality, IPP_QUALITY_DRAFT)) in _ppdCreateFromIPP()
4220 if (ippContainsInteger(quality, IPP_QUALITY_DRAFT)) in _ppdCreateFromIPP()
Dipp.h460 IPP_QUALITY_DRAFT = 3, /* Draft quality */ enumerator
/external/libcups/filter/
Drastertopwg.c230 if (quality >= IPP_QUALITY_DRAFT && quality <= IPP_QUALITY_HIGH) in main()