Home
last modified time | relevance | path

Searched refs:custom_max_length (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dppd-private.h117 custom_max_length, /* Maximum custom length in 2540ths */ member
Dppd-cache.c720 &(pc->custom_max_length), &(pc->custom_min_width), in _ppdCacheCreateWithFile()
732 pc->custom_max_width, pc->custom_max_length, NULL); in _ppdCacheCreateWithFile()
1208 pc->custom_max_length = PWG_FROM_POINTS(ppd->custom_max[1]); in _ppdCacheCreateWithPPD()
2570 jobsize.length <= pc->custom_max_length) in _ppdCacheGetPageSize()
2849 pc->custom_max_width, pc->custom_max_length, in _ppdCacheWriteFile()
/external/libcups/scheduler/
Dprinters.c4189 p->pc->custom_min_length, p->pc->custom_max_length); in load_ppd()