Debug/QA assistance for checking page numbers from raster backends. When called during a raster start, raster finish, or eHVD page ready call, the debug_page_info() call prints information about the page output which can be used to determine if the page was constructed as expected. The function only prints the page information if the boolean RasterParam DebugPageInfo is set to true. 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... | |
Debug/QA assistance for checking page numbers from raster backends. When called during a raster start, raster finish, or eHVD page ready call, the debug_page_info() call prints information about the page output which can be used to determine if the page was constructed as expected. The function only prints the page information if the boolean RasterParam DebugPageInfo is set to true.
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. |