Home
last modified time | relevance | path

Searched refs:pwg_size (Results 1 – 2 of 2) sorted by relevance

/external/libcups/filter/
Drastertopwg.c55 pwg_size_t *pwg_size; /* PWG media size */ in main() local
268 (pwg_size = _ppdCacheGetSize(cache, inheader.cupsPageSizeName)) != NULL) in main()
270 strlcpy(outheader.cupsPageSizeName, pwg_size->map.pwg, in main()
/external/libcups/cups/
Dppd-cache.c971 pwg_size_t *pwg_size; /* Current PWG size */ in _ppdCacheCreateWithPPD() local
1033 for (i = ppd->num_sizes, pwg_size = pc->sizes, ppd_size = ppd->sizes; in _ppdCacheCreateWithPPD()
1145 new_size = pwg_size ++; in _ppdCacheCreateWithPPD()