Searched defs:_cups_raster_s (Results 1 – 1 of 1) sorted by relevance
32 struct _cups_raster_s /**** Raster stream data ****/ struct34 unsigned sync; /* Sync word from start of stream */35 void *ctx; /* File descriptor */36 cups_raster_iocb_t iocb; /* IO callback */37 cups_mode_t mode; /* Read/write mode */38 cups_page_header2_t header; /* Raster header for current page */39 unsigned rowheight, /* Row height in lines */40 count, /* Current row run-length count */41 remaining, /* Remaining rows in page image */42 bpp; /* Bytes per pixel/color */[all …]