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

/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd-private.h118 int custom_max_width, /* Maximum custom width in 2540ths */ member in struct:_ppd_cache_s
H A Dppd-cache.c381 if (pc->custom_max_width > 0)
389 if (sscanf(value, "%d%d%d%d%d%d%d%d", &(pc->custom_max_width),
402 pc->custom_max_width, pc->custom_max_length, NULL);
867 pc->custom_max_width = PWG_FROM_POINTS(ppd->custom_max[0]);
2048 jobsize.width <= pc->custom_max_width &&
2327 if (pc->custom_max_width > 0)
2329 pc->custom_max_width, pc->custom_max_length,
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c3951 p->pc->custom_min_width, p->pc->custom_max_width);

Completed in 251 milliseconds