Home
last modified time | relevance | path

Searched refs:custom_min (Results 1 – 6 of 6) sorted by relevance

/external/libcups/cups/
Dppd-page.c240 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()
Dppd.h316 float custom_min[2]; /* Minimum variable page size */ member
Dppd-cache.c1211 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()
Dppd.c1080 ppd->custom_min[0] = cparam->minimum.custom_points; in _ppdOpen()
1085 ppd->custom_min[1] = cparam->minimum.custom_points; in _ppdOpen()
/external/libcups/ppdc/
Dppdc-import.cxx123 driver->min_width = ppd->custom_min[0]; in import_ppd()
124 driver->min_length = ppd->custom_min[1]; in import_ppd()
/external/libcups/cgi-bin/
Dadmin.c3516 if (width_points < ppd->custom_min[0] || in get_option_value()
3518 length_points < ppd->custom_min[1] || in get_option_value()