Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-private.h116 int custom_max_width, /* Maximum custom width in 2540ths */ member
Dppd-cache.c711 if (pc->custom_max_width > 0) in _ppdCacheCreateWithFile()
719 if (sscanf(value, "%d%d%d%d%d%d%d%d", &(pc->custom_max_width), in _ppdCacheCreateWithFile()
732 pc->custom_max_width, pc->custom_max_length, NULL); in _ppdCacheCreateWithFile()
1207 pc->custom_max_width = PWG_FROM_POINTS(ppd->custom_max[0]); in _ppdCacheCreateWithPPD()
2568 jobsize.width <= pc->custom_max_width && in _ppdCacheGetPageSize()
2847 if (pc->custom_max_width > 0) in _ppdCacheWriteFile()
2849 pc->custom_max_width, pc->custom_max_length, in _ppdCacheWriteFile()
/external/libcups/scheduler/
Dprinters.c4187 p->pc->custom_min_width, p->pc->custom_max_width); in load_ppd()