• Home
  • Raw
  • Download

Lines Matching refs:PWG_FROM_POINTS

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()
1177 pc->custom_max_width = PWG_FROM_POINTS(ppd->custom_max[0]); in _ppdCacheCreateWithPPD()
1178 pc->custom_max_length = PWG_FROM_POINTS(ppd->custom_max[1]); in _ppdCacheCreateWithPPD()
1181 PWG_FROM_POINTS(ppd->custom_min[0]), in _ppdCacheCreateWithPPD()
1182 PWG_FROM_POINTS(ppd->custom_min[1]), NULL); in _ppdCacheCreateWithPPD()
1184 pc->custom_min_width = PWG_FROM_POINTS(ppd->custom_min[0]); in _ppdCacheCreateWithPPD()
1185 pc->custom_min_length = PWG_FROM_POINTS(ppd->custom_min[1]); in _ppdCacheCreateWithPPD()
1187 pc->custom_size.left = PWG_FROM_POINTS(ppd->custom_margins[0]); in _ppdCacheCreateWithPPD()
1188 pc->custom_size.bottom = PWG_FROM_POINTS(ppd->custom_margins[1]); in _ppdCacheCreateWithPPD()
1189 pc->custom_size.right = PWG_FROM_POINTS(ppd->custom_margins[2]); in _ppdCacheCreateWithPPD()
1190 pc->custom_size.top = PWG_FROM_POINTS(ppd->custom_margins[3]); in _ppdCacheCreateWithPPD()