Home
last modified time | relevance | path

Searched refs:PWG_FROM_POINTS (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dpwg.h27 # define PWG_FROM_POINTS(n) (int)(((n) * 2540 + 36) / 72) macro
Dppd-cache.c1078 …if ((pwg_media = pwgMediaForSize(PWG_FROM_POINTS(ppd_size->width), PWG_FROM_POINTS(ppd_size->lengt… 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()
1131 new_left = PWG_FROM_POINTS(ppd_size->left); in _ppdCacheCreateWithPPD()
1132 new_bottom = PWG_FROM_POINTS(ppd_size->bottom); in _ppdCacheCreateWithPPD()
1133 new_right = PWG_FROM_POINTS(ppd_size->width - ppd_size->right); in _ppdCacheCreateWithPPD()
1134 new_top = PWG_FROM_POINTS(ppd_size->length - ppd_size->top); in _ppdCacheCreateWithPPD()
1204 PWG_FROM_POINTS(ppd->custom_max[0]), in _ppdCacheCreateWithPPD()
[all …]
/external/libcups/systemv/
Dcupstestppd.c3254 PWG_FROM_POINTS(size->width) : in check_sizes()
3255 PWG_FROM_POINTS(size->length); in check_sizes()
3257 PWG_FROM_POINTS(size->length) : in check_sizes()
3258 PWG_FROM_POINTS(size->width); in check_sizes()