HomeSort by relevance Sort by last modified time
    Searched refs:custom_margins (Results 1 - 4 of 4) sorted by null

  /external/libcups/cups/
ppd-page.c 118 size->left = ppd->custom_margins[0];
119 size->bottom = ppd->custom_margins[1];
120 size->right = (float)(w - ppd->custom_margins[2]);
121 size->top = (float)(l - ppd->custom_margins[3]);
285 minimum->left = ppd->custom_margins[0];
286 minimum->bottom = ppd->custom_margins[1];
287 minimum->right = width - ppd->custom_margins[2];
288 minimum->top = length - ppd->custom_margins[3];
334 maximum->left = ppd->custom_margins[0];
335 maximum->bottom = ppd->custom_margins[1]
    [all...]
ppd.h 324 float custom_margins[4]; /* Margins around page */ member in struct:ppd_file_s
ppd-cache.c     [all...]
ppd.c 1112 ppd->custom_margins[i] = (float)_cupsStrScand(sptr, &sptr, loc);
    [all...]

Completed in 521 milliseconds