Searched refs:PWG_FROM_POINTS (Results 1 – 2 of 2) sorted by relevance
1084 PWG_FROM_POINTS(ppd_size->width), in _ppdCacheCreateWithPPD()1085 PWG_FROM_POINTS(ppd_size->length), NULL); in _ppdCacheCreateWithPPD()1094 if ((pwg_media = _pwgMediaNearSize(PWG_FROM_POINTS(ppd_size->width), in _ppdCacheCreateWithPPD()1095 PWG_FROM_POINTS(ppd_size->length), in _ppdCacheCreateWithPPD()1101 new_left = PWG_FROM_POINTS(ppd_size->left); in _ppdCacheCreateWithPPD()1102 new_bottom = PWG_FROM_POINTS(ppd_size->bottom); in _ppdCacheCreateWithPPD()1103 new_right = PWG_FROM_POINTS(ppd_size->width - ppd_size->right); in _ppdCacheCreateWithPPD()1104 new_top = PWG_FROM_POINTS(ppd_size->length - ppd_size->top); in _ppdCacheCreateWithPPD()1174 PWG_FROM_POINTS(ppd->custom_max[0]), in _ppdCacheCreateWithPPD()1175 PWG_FROM_POINTS(ppd->custom_max[1]), NULL); in _ppdCacheCreateWithPPD()[all …]
33 # define PWG_FROM_POINTS(n) (int)(((n) * 2540 + 36) / 72) macro