HVD interface Page Element Define message. More...
#include "rrevents.h"
Data Fields | |
void * | connection |
sw_tl_ref | timeline |
const uint8 * | id |
int32 | x1 |
int32 | y1 |
int32 | x2 |
int32 | y2 |
HVD interface Page Element Define message.
This message is sent with a SWEVT_RR_ELEMENT_DEFINE event.
void* SWMSG_RR_ELEMENT_DEFINE::connection |
Opaque handle to the connection to which this event is relevant. All handlers whose connection handle doesn't match should immediately return SW_EVENT_CONTINUE.
const uint8* SWMSG_RR_ELEMENT_DEFINE::id |
Unique ID, length RR_ELEMENT_ID_LENGTH.
sw_tl_ref SWMSG_RR_ELEMENT_DEFINE::timeline |
Identifies the job containing the pages.
int32 SWMSG_RR_ELEMENT_DEFINE::x1 |
Minimum x extent of the element.
int32 SWMSG_RR_ELEMENT_DEFINE::x2 |
Maximum x extent of the element. This forms a half-open range with x1: pixels at x2 are not included in the element's raster.
int32 SWMSG_RR_ELEMENT_DEFINE::y1 |
Minimum y extent of the element.
int32 SWMSG_RR_ELEMENT_DEFINE::y2 |
Maximum y extent of the element. This forms a half-open range with y1: pixels at y2 are not included in the element's raster.