Searched defs:_ppd_cache_s (Results 1 – 1 of 1) sorted by relevance
110 struct _ppd_cache_s /**** PPD cache and PWG conversion data ****/ struct112 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 */[all …]