Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-cache.c997 ppd_size_t *ppd_size; /* Current PPD size */ in _ppdCacheCreateWithPPD() local
1063 for (i = ppd->num_sizes, pwg_size = pc->sizes, ppd_size = ppd->sizes; in _ppdCacheCreateWithPPD()
1065 i --, ppd_size ++) in _ppdCacheCreateWithPPD()
1071 if (!_cups_strcasecmp(ppd_size->name, "Custom")) in _ppdCacheCreateWithPPD()
1078 …if ((pwg_media = pwgMediaForSize(PWG_FROM_POINTS(ppd_size->width), PWG_FROM_POINTS(ppd_size->lengt… in _ppdCacheCreateWithPPD()
1112 pwg_unppdize_name(ppd_size->name, ppd_name, sizeof(ppd_name), "_."); in _ppdCacheCreateWithPPD()
1114 PWG_FROM_POINTS(ppd_size->width), in _ppdCacheCreateWithPPD()
1115 PWG_FROM_POINTS(ppd_size->length), NULL); in _ppdCacheCreateWithPPD()
1124 if ((pwg_media = _pwgMediaNearSize(PWG_FROM_POINTS(ppd_size->width), in _ppdCacheCreateWithPPD()
1125 PWG_FROM_POINTS(ppd_size->length), in _ppdCacheCreateWithPPD()
[all …]
/external/libcups/tools/
Dippeveprinter.c4741 ppd_size_t *ppd_size; /* Default PPD size */ in load_ppd_attributes() local
4858 if ((ppd_size = ppdPageSize(ppd, NULL)) != NULL) in load_ppd_attributes()
4866 if (!strcmp(pwg_size->map.ppd, ppd_size->name)) in load_ppd_attributes()