Optionally print page information for raster backends. More...
Functions | |
void | debug_page_info (DEVICELIST *dev, uint8 *filename, RasterDescription *rd) |
If the boolean RasterParam /DebugPageInfo is true, print information about the page being output. More... | |
Optionally print page information for raster backends.
void debug_page_info | ( | DEVICELIST * | dev, |
uint8 * | filename, | ||
RasterDescription * | rd | ||
) |
If the boolean RasterParam /DebugPageInfo is true, print information about the page being output.
[in] | dev | The device that filename was opened on, or NULL if no filename has been opened for the raster. |
[in] | filename | A filename relative to dev, or NULL if no filename has been opened for the raster. |
[in] | rd | A description of the raster being output. |