Searched refs:custom_margins (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/cups-408/cups/cups/
H A Dpage.c127 size->left = ppd->custom_margins[0];
128 size->bottom = ppd->custom_margins[1];
129 size->right = (float)(w - ppd->custom_margins[2]);
130 size->top = (float)(l - ppd->custom_margins[3]);
294 minimum->left = ppd->custom_margins[0];
295 minimum->bottom = ppd->custom_margins[1];
296 minimum->right = width - ppd->custom_margins[2];
297 minimum->top = length - ppd->custom_margins[3];
343 maximum->left = ppd->custom_margins[0];
344 maximum->bottom = ppd->custom_margins[
[all...]
H A Dppd.h325 float custom_margins[4]; /* Margins around page */ member in struct:ppd_file_s
H A Dppd-cache.c846 pc->custom_size.left = PWG_FROM_POINTS(ppd->custom_margins[0]);
847 pc->custom_size.bottom = PWG_FROM_POINTS(ppd->custom_margins[1]);
848 pc->custom_size.right = PWG_FROM_POINTS(ppd->custom_margins[2]);
849 pc->custom_size.top = PWG_FROM_POINTS(ppd->custom_margins[3]);
H A Dppd.c1029 ppd->custom_margins[i] = (float)_cupsStrScand(sptr, &sptr, loc);
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-import.cxx136 driver->left_margin = ppd->custom_margins[0];
137 driver->bottom_margin = ppd->custom_margins[1];
138 driver->right_margin = ppd->custom_margins[2];
139 driver->top_margin = ppd->custom_margins[3];

Completed in 145 milliseconds