Searched refs:custom_min (Results 1 – 6 of 6) sorted by relevance
240 width = ppd->custom_min[0]; in ppdPageSizeLimits()241 length = ppd->custom_min[1]; in ppdPageSizeLimits()273 width = ppd->custom_min[0]; in ppdPageSizeLimits()274 length = ppd->custom_min[1]; in ppdPageSizeLimits()
316 float custom_min[2]; /* Minimum variable page size */ member
1211 PWG_FROM_POINTS(ppd->custom_min[0]), in _ppdCacheCreateWithPPD()1212 PWG_FROM_POINTS(ppd->custom_min[1]), NULL); in _ppdCacheCreateWithPPD()1214 pc->custom_min_width = PWG_FROM_POINTS(ppd->custom_min[0]); in _ppdCacheCreateWithPPD()1215 pc->custom_min_length = PWG_FROM_POINTS(ppd->custom_min[1]); in _ppdCacheCreateWithPPD()
1080 ppd->custom_min[0] = cparam->minimum.custom_points; in _ppdOpen()1085 ppd->custom_min[1] = cparam->minimum.custom_points; in _ppdOpen()
123 driver->min_width = ppd->custom_min[0]; in import_ppd()124 driver->min_length = ppd->custom_min[1]; in import_ppd()
3516 if (width_points < ppd->custom_min[0] || in get_option_value()3518 length_points < ppd->custom_min[1] || in get_option_value()