• Home
  • Raw
  • Download

Lines Matching defs:_ppd_cache_s

122 struct _ppd_cache_s			/**** PPD cache and PWG conversion data ****/  struct
124 int num_bins; /* Number of output bins */
125 pwg_map_t *bins; /* Output bins */
126 int num_sizes; /* Number of media sizes */
127 pwg_size_t *sizes; /* Media sizes */
128 int custom_max_width, /* Maximum custom width in 2540ths */
129 custom_max_length, /* Maximum custom length in 2540ths */
130 custom_min_width, /* Minimum custom width in 2540ths */
131 custom_min_length; /* Minimum custom length in 2540ths */
132 char *custom_max_keyword, /* Maximum custom size PWG keyword */
133 *custom_min_keyword, /* Minimum custom size PWG keyword */
134 custom_ppd_size[41]; /* Custom PPD size name */
135 pwg_size_t custom_size; /* Custom size record */
136 char *source_option; /* PPD option for media source */
137 int num_sources; /* Number of media sources */
138 pwg_map_t *sources; /* Media sources */
139 int num_types; /* Number of media types */
140 pwg_map_t *types; /* Media types */
141 int num_presets[_PWG_PRINT_COLOR_MODE_MAX][_PWG_PRINT_QUALITY_MAX];
143 cups_option_t *presets[_PWG_PRINT_COLOR_MODE_MAX][_PWG_PRINT_QUALITY_MAX];
145 char *sides_option, /* PPD option for sides */
146 *sides_1sided, /* Choice for one-sided */
147 *sides_2sided_long, /* Choice for two-sided-long-edge */
148 *sides_2sided_short; /* Choice for two-sided-short-edge */
149 char *product; /* Product value */
150 cups_array_t *filters, /* cupsFilter/cupsFilter2 values */
151 *prefilters; /* cupsPreFilter values */
152 int single_file; /* cupsSingleFile value */
153 cups_array_t *finishings; /* cupsIPPFinishings values */
154 int max_copies, /* cupsMaxCopies value */
155 account_id, /* cupsJobAccountId value */
156 accounting_user_id; /* cupsJobAccountingUserId value */
157 char *password; /* cupsJobPassword value */
158 cups_array_t *mandatory; /* cupsMandatory value */
159 char *charge_info_uri; /* cupsChargeInfoURI value */
160 cups_array_t *support_files; /* Support files - ICC profiles, etc. */