• Home
  • Raw
  • Download

Lines Matching defs:_ppd_cache_s

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