Lines Matching refs:custom_margins
113 size->left = ppd->custom_margins[0]; in ppdPageSize()
114 size->bottom = ppd->custom_margins[1]; in ppdPageSize()
115 size->right = (float)(w - ppd->custom_margins[2]); in ppdPageSize()
116 size->top = (float)(l - ppd->custom_margins[3]); in ppdPageSize()
280 minimum->left = ppd->custom_margins[0]; in ppdPageSizeLimits()
281 minimum->bottom = ppd->custom_margins[1]; in ppdPageSizeLimits()
282 minimum->right = width - ppd->custom_margins[2]; in ppdPageSizeLimits()
283 minimum->top = length - ppd->custom_margins[3]; in ppdPageSizeLimits()
329 maximum->left = ppd->custom_margins[0]; in ppdPageSizeLimits()
330 maximum->bottom = ppd->custom_margins[1]; in ppdPageSizeLimits()
331 maximum->right = width - ppd->custom_margins[2]; in ppdPageSizeLimits()
332 maximum->top = length - ppd->custom_margins[3]; in ppdPageSizeLimits()