MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cupsRasterInitPWGHeader

Function cupsRasterInitPWGHeader

cups/raster-stubs.c:80–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 */
79
80int /* O - 1 on success, 0 on failure */
81cupsRasterInitPWGHeader(
82 cups_page_header2_t *h, /* I - Page header */
83 pwg_media_t *media, /* I - PWG media information */
84 const char *type, /* I - PWG raster type string */
85 int xdpi, /* I - Cross-feed direction (horizontal) resolution */
86 int ydpi, /* I - Feed direction (vertical) resolution */
87 const char *sides, /* I - IPP "sides" option value */
88 const char *sheet_back) /* I - Transform for back side or @code NULL@ for none */
89{
90 return (_cupsRasterInitPWGHeader(h, media, type, xdpi, ydpi, sides, sheet_back));
91}
92
93
94/*

Callers 1

make_raster_fileFunction · 0.85

Calls 1

_cupsRasterInitPWGHeaderFunction · 0.85

Tested by 1

make_raster_fileFunction · 0.68