Harlequin RIP SDK

This file declares functions that can be used to composite eHVD elements and output the composed raster through the raster backend API. More...

#include "std.h"
#include "rasthand.h"
#include "file.h"
#include "rrevents.h"

Data Structures

struct  hvd_output_page_params
 Structure to carry parameters and callback functions for compositing and outputting an eHVD page. More...
 

Typedefs

typedef struct hvd_output_page_params hvd_output_page_params
 Structure to carry parameters and callback functions for compositing and outputting an eHVD page.
 

Enumerations

enum  { HVD_LOG_TIMING = 1 }
 Bitmask of options for the hvd_output_page_params::progress field. More...
 

Functions

HVD_result hvd_output_page (const struct HVD_page_output *page, hvd_output_page_params *params)
 Common support callback function for raster backends implementing libHVD to output an HVD page. More...
 
int hvd_default_cache_policy (void)
 Get the default cache policy, allowing overriding of default values to avoid having to recompile debug RIPs.
 

Detailed Description

This file declares functions that can be used to composite eHVD elements and output the composed raster through the raster backend API.