Lines Matching refs:custom_margins
118 size->left = ppd->custom_margins[0]; in ppdPageSize()
119 size->bottom = ppd->custom_margins[1]; in ppdPageSize()
120 size->right = (float)(w - ppd->custom_margins[2]); in ppdPageSize()
121 size->top = (float)(l - ppd->custom_margins[3]); in ppdPageSize()
285 minimum->left = ppd->custom_margins[0]; in ppdPageSizeLimits()
286 minimum->bottom = ppd->custom_margins[1]; in ppdPageSizeLimits()
287 minimum->right = width - ppd->custom_margins[2]; in ppdPageSizeLimits()
288 minimum->top = length - ppd->custom_margins[3]; in ppdPageSizeLimits()
334 maximum->left = ppd->custom_margins[0]; in ppdPageSizeLimits()
335 maximum->bottom = ppd->custom_margins[1]; in ppdPageSizeLimits()
336 maximum->right = width - ppd->custom_margins[2]; in ppdPageSizeLimits()
337 maximum->top = length - ppd->custom_margins[3]; in ppdPageSizeLimits()