Home
last modified time | relevance | path

Searched defs:_ppd_cache_s (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dppd-private.h122 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 */
[all …]