(v13) SwLeSetRasterCallbacks
This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP.
Sets the callback functions that the RIP calls back to the skin. The parameters are:
| A pointer to a function through which the skin can inform the RIP of the line stride for rendering. |
| A routine via which the RIP informs the skin of its memory requirements, and the skin can allocate the buffers it requires. |
| A pointer to a function which returns a memory range into which the RIP should render a given band. |
Raster data is supplied a band at a time to the host application via the callback function *pfnRaster
. For more information see (v13) Raster handling pfnRaster.
Calling SwLeSetRasterCallbacks()
also clears the blank page handling callback function; see (v13) SwLeSetBlankPageFunction.