Home
last modified time | relevance | path

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

/external/libcups/filter/
Drastertopwg.c230 if (quality >= IPP_QUALITY_DRAFT && quality <= IPP_QUALITY_HIGH) in main()
/external/libcups/cups/
Dppd-mark.c353 else if (pq == IPP_QUALITY_HIGH) in cupsMarkOptions()
Dppd-cache.c286 ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_ENUM, "print-quality", IPP_QUALITY_HIGH); in _cupsConvertOptions()
4125 if (hidpi > lowdpi || ippContainsInteger(quality, IPP_QUALITY_HIGH)) in _ppdCreateFromIPP()
4191 if (count > 1 || ippContainsInteger(quality, IPP_QUALITY_HIGH)) in _ppdCreateFromIPP()
4225 if (ippContainsInteger(quality, IPP_QUALITY_HIGH)) in _ppdCreateFromIPP()
Dipp.h462 IPP_QUALITY_HIGH /* High quality */ enumerator