• Home
  • Raw
  • Download

Lines Matching refs:pwg_print_quality

980   _pwg_print_quality_t	pwg_print_quality;  in _ppdCacheCreateWithPPD()  local
1375 pwg_print_quality = _PWG_PRINT_QUALITY_DRAFT; in _ppdCacheCreateWithPPD()
1377 pwg_print_quality = _PWG_PRINT_QUALITY_HIGH; in _ppdCacheCreateWithPPD()
1379 pwg_print_quality = _PWG_PRINT_QUALITY_NORMAL; in _ppdCacheCreateWithPPD()
1388 if (pwg_print_quality != _PWG_PRINT_QUALITY_HIGH && graphicsType && in _ppdCacheCreateWithPPD()
1401 if (pwg_print_quality != _PWG_PRINT_QUALITY_HIGH && in _ppdCacheCreateWithPPD()
1436 if (!pc->num_presets[pwg_print_color_mode][pwg_print_quality]) in _ppdCacheCreateWithPPD()
1437 pc->num_presets[pwg_print_color_mode][pwg_print_quality] = in _ppdCacheCreateWithPPD()
1440 pwg_print_quality, _PPD_PARSE_OPTIONS); in _ppdCacheCreateWithPPD()
1500 for (pwg_print_quality = _PWG_PRINT_QUALITY_DRAFT; in _ppdCacheCreateWithPPD()
1501 pwg_print_quality < _PWG_PRINT_QUALITY_MAX; in _ppdCacheCreateWithPPD()
1502 pwg_print_quality ++) in _ppdCacheCreateWithPPD()
1504 if (pc->num_presets[_PWG_PRINT_COLOR_MODE_COLOR][pwg_print_quality]) in _ppdCacheCreateWithPPD()
1511 [pwg_print_quality]; in _ppdCacheCreateWithPPD()
1518 [pwg_print_quality]; in _ppdCacheCreateWithPPD()
1526 pc->num_presets[_PWG_PRINT_COLOR_MODE_MONOCHROME][pwg_print_quality] = in _ppdCacheCreateWithPPD()
1528 pc->presets[_PWG_PRINT_COLOR_MODE_MONOCHROME][pwg_print_quality] = in _ppdCacheCreateWithPPD()
1532 else if (pwg_print_quality != _PWG_PRINT_QUALITY_NORMAL) in _ppdCacheCreateWithPPD()
1539 pc->num_presets[_PWG_PRINT_COLOR_MODE_MONOCHROME][pwg_print_quality] = in _ppdCacheCreateWithPPD()
1542 [pwg_print_quality], in _ppdCacheCreateWithPPD()
1544 pwg_print_quality); in _ppdCacheCreateWithPPD()