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... | |
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.
| HqBool error_tiling_init | ( | void | ) |
Register the Error tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI.
| TRUE | The tiling method was registered successfully. |
| FALSE | The tiling method was not registered. |
This function is called by SwLeSDKStart() when the Harlequin RIP SDK is started.
| HqBool explicit_tiling_init | ( | void | ) |
Register the Explicit tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI.
| TRUE | The tiling method was registered successfully. |
| FALSE | The tiling method was not registered. |
This function is called by SwLeSDKStart() when the Harlequin RIP SDK is started.
| HqBool rectangular_tiling_init | ( | void | ) |
Register the Rectangular tiling method as a named RDR in the namespace RDR_NAMES_TILEAPI.
| TRUE | The tiling method was registered successfully. |
| FALSE | The tiling method was not registered. |
This function is called by SwLeSDKStart() when the Harlequin RIP SDK is started.