Searched refs:pwgppds (Results 1 – 1 of 1) sorted by relevance
/external/libcups/scheduler/ |
D | job.c | 3640 cups_option_t *pwgppds, /* PWG->PPD options */ in get_options() local 3662 pwgppds = NULL; in get_options() 3703 … = cupsAddIntegerOption("print-quality", print_quality + IPP_QUALITY_DRAFT, num_pwgppds, &pwgppds); in get_options() 3745 num_pwgppds = cupsAddOption(preset->name, preset->value, num_pwgppds, &pwgppds); in get_options() 3762 …um_pwgppds = cupsAddOption("cupsPrintQuality", pqs[pq - IPP_QUALITY_DRAFT], num_pwgppds, &pwgppds); in get_options() 3771 &pwgppds); in get_options() 3778 num_pwgppds = cupsAddOption("MediaType", ppd, num_pwgppds, &pwgppds); in get_options() 3787 num_pwgppds = cupsAddOption("PageSize", ppd, num_pwgppds, &pwgppds); in get_options() 3793 num_pwgppds = cupsAddOption("media", ppd, num_pwgppds, &pwgppds); in get_options() 3810 num_pwgppds = cupsAddOption("OutputBin", ppd, num_pwgppds, &pwgppds); in get_options() [all …]
|