Data Fields | |
uintptr_t | separation_id |
DEVICELIST * | dev_op |
DEVICE_FILEDESCRIPTOR | ofd |
uint8 | op_filename [LONGESTFILENAME] |
RasterDescription * | rasterDescription |
paint_position * | paints |
State structure for writing a separation.
DEVICELIST* RLE_RASTER_handle::dev_op |
The output device instance.
DEVICE_FILEDESCRIPTOR RLE_RASTER_handle::ofd |
Output file descriptor.
uint8 RLE_RASTER_handle::op_filename[LONGESTFILENAME] |
Output filename minus any device prefix.
paint_position* RLE_RASTER_handle::paints |
Positions of the partial paints.
RasterDescription* RLE_RASTER_handle::rasterDescription |
The raster descriptor, changes from paint to paint.
uintptr_t RLE_RASTER_handle::separation_id |
Omission-independent separation id.