Home
last modified time | relevance | path

Searched refs:custom_max (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dppd-page.c294 width = ppd->custom_max[0]; in ppdPageSizeLimits()
295 length = ppd->custom_max[1]; in ppdPageSizeLimits()
327 width = ppd->custom_max[0]; in ppdPageSizeLimits()
328 length = ppd->custom_max[1]; in ppdPageSizeLimits()
Dppd.h325 float custom_max[2]; /* Maximum variable page size */ member
Dppd-cache.c1174 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()
Dppd.c1102 ppd->custom_max[0] = cparam->maximum.custom_points; in _ppdOpen()
1107 ppd->custom_max[1] = cparam->maximum.custom_points; in _ppdOpen()