Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-page.c245 width = ppd->custom_min[0]; in ppdPageSizeLimits()
246 length = ppd->custom_min[1]; in ppdPageSizeLimits()
278 width = ppd->custom_min[0]; in ppdPageSizeLimits()
279 length = ppd->custom_min[1]; in ppdPageSizeLimits()
Dppd.h324 float custom_min[2]; /* Minimum variable page size */ member
Dppd-cache.c1181 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()
Dppd.c1101 ppd->custom_min[0] = cparam->minimum.custom_points; in _ppdOpen()
1106 ppd->custom_min[1] = cparam->minimum.custom_points; in _ppdOpen()