Home | History | Annotate | Download | only in cups

Lines Matching defs:preset

164       * Map output-mode and print-quality to a preset...
169 cups_option_t *preset;/* Current preset option */
190 * Try to find a preset that works so that we maximize the chances of us
208 * Copy the preset options as long as the corresponding names are not
213 preset = cache->presets[pwg_pcm][pwg_pq];
215 i --, preset ++)
217 if (!cupsGetOption(preset->name, num_options, options))
218 ppd_mark_option(ppd, preset->name, preset->value);