Searched refs:custom_max (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/cups-408/cups/cups/
H A Dpage.c303 width = ppd->custom_max[0];
304 length = ppd->custom_max[1];
336 width = ppd->custom_max[0];
337 length = ppd->custom_max[1];
H A Dppd.h324 float custom_max[2]; /* Maximum variable page size */ member in struct:ppd_file_s
H A Dppd-cache.c833 PWG_FROM_POINTS(ppd->custom_max[0]),
834 PWG_FROM_POINTS(ppd->custom_max[1]), NULL);
836 pc->custom_max_width = PWG_FROM_POINTS(ppd->custom_max[0]);
837 pc->custom_max_length = PWG_FROM_POINTS(ppd->custom_max[1]);
H A Dppd.c1017 ppd->custom_max[0] = cparam->maximum.custom_points;
1022 ppd->custom_max[1] = cparam->maximum.custom_points;
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-import.cxx132 driver->max_width = ppd->custom_max[0];
133 driver->max_length = ppd->custom_max[1];
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dadmin.c3990 width_points > ppd->custom_max[0] ||
3992 length_points > ppd->custom_max[1])

Completed in 192 milliseconds