Searched refs:pwg_pq (Results 1 – 1 of 1) sorted by relevance
168 _pwg_print_quality_t pwg_pq; /* print-quality index */ in cupsMarkOptions() local178 pwg_pq = (_pwg_print_quality_t)(atoi(print_quality) - IPP_QUALITY_DRAFT); in cupsMarkOptions()179 if (pwg_pq < _PWG_PRINT_QUALITY_DRAFT) in cupsMarkOptions()180 pwg_pq = _PWG_PRINT_QUALITY_DRAFT; in cupsMarkOptions()181 else if (pwg_pq > _PWG_PRINT_QUALITY_HIGH) in cupsMarkOptions()182 pwg_pq = _PWG_PRINT_QUALITY_HIGH; in cupsMarkOptions()185 pwg_pq = _PWG_PRINT_QUALITY_NORMAL; in cupsMarkOptions()187 if (cache->num_presets[pwg_pcm][pwg_pq] == 0) in cupsMarkOptions()195 pwg_pq = _PWG_PRINT_QUALITY_NORMAL; in cupsMarkOptions()196 else if (cache->num_presets[_PWG_PRINT_COLOR_MODE_COLOR][pwg_pq] > 0) in cupsMarkOptions()[all …]