Harlequin RIP SDK
Tiling methods provided by the SDK

Tiling method API implementations provided by the SDK. More...

Files

file  tiling_error.c
 The Error method implementation of the Tiling method API.
 
file  tiling_explicit.c
 The Explicit method implementation of the Tiling method API.
 
file  tiling_methods.h
 Initialisation for tiling method instances.
 
file  tiling_rectangular.c
 The Rectangular method implementation of the Tiling method API.
 

Functions

HqBool rectangular_tiling_init (void)
 Register the Rectangular tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI. More...
 
HqBool explicit_tiling_init (void)
 Register the Explicit tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI. More...
 
HqBool error_tiling_init (void)
 Register the Error tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI. More...
 

Detailed Description

Tiling method API implementations provided by the SDK.

The Tiling method API defines an interface through which the core iterates over the bounding box of a page or HVD element, returning tiles to render separately.

These tiling methods are built into the Harlequin RIP SDK:

These tiling methods are registered automatically when the Harlequin RIP SDK is started.

Function Documentation

◆ error_tiling_init()

HqBool error_tiling_init ( void  )

Register the Error tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI.

Return values
TRUEThe tiling method was registered successfully.
FALSEThe tiling method was not registered.

This function is called by SwLeSDKStart() when the Harlequin RIP SDK is started.

◆ explicit_tiling_init()

HqBool explicit_tiling_init ( void  )

Register the Explicit tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI.

Return values
TRUEThe tiling method was registered successfully.
FALSEThe tiling method was not registered.

This function is called by SwLeSDKStart() when the Harlequin RIP SDK is started.

◆ rectangular_tiling_init()

HqBool rectangular_tiling_init ( void  )

Register the Rectangular tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI.

Return values
TRUEThe tiling method was registered successfully.
FALSEThe tiling method was not registered.

This function is called by SwLeSDKStart() when the Harlequin RIP SDK is started.