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

/macosx-10.10.1/cups-408/cups/cups/
H A Dpage.c254 width = ppd->custom_min[0];
255 length = ppd->custom_min[1];
287 width = ppd->custom_min[0];
288 length = ppd->custom_min[1];
H A Dppd.h323 float custom_min[2]; /* Minimum variable page size */ member in struct:ppd_file_s
H A Dppd-cache.c840 PWG_FROM_POINTS(ppd->custom_min[0]),
841 PWG_FROM_POINTS(ppd->custom_min[1]), NULL);
843 pc->custom_min_width = PWG_FROM_POINTS(ppd->custom_min[0]);
844 pc->custom_min_length = PWG_FROM_POINTS(ppd->custom_min[1]);
H A Dppd.c1016 ppd->custom_min[0] = cparam->minimum.custom_points;
1021 ppd->custom_min[1] = cparam->minimum.custom_points;
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-import.cxx134 driver->min_width = ppd->custom_min[0];
135 driver->min_length = ppd->custom_min[1];
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A Dadmin.c3989 if (width_points < ppd->custom_min[0] ||
3991 length_points < ppd->custom_min[1] ||

Completed in 197 milliseconds