Skip to main content
Skip table of contents

(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:

pfnRasterStride

A pointer to a function through which the skin can inform the RIP of the line stride for rendering.

pfnRasterRequirements

A routine via which the RIP informs the skin of its memory requirements, and the skin can allocate the buffers it requires.

pfnRasterDestination

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.