Searched refs:IPP_QUALITY_DRAFT (Results 1 – 4 of 4) sorted by relevance
178 pwg_pq = (_pwg_print_quality_t)(atoi(print_quality) - IPP_QUALITY_DRAFT); in cupsMarkOptions()351 if (pq == IPP_QUALITY_DRAFT) in cupsMarkOptions()
282 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()
460 IPP_QUALITY_DRAFT = 3, /* Draft quality */ enumerator
230 if (quality >= IPP_QUALITY_DRAFT && quality <= IPP_QUALITY_HIGH) in main()