Home
last modified time | relevance | path

Searched defs:_cups_raster_s (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Draster-private.h39 struct _cups_raster_s /**** Raster stream data ****/ struct
41 unsigned sync; /* Sync word from start of stream */
42 void *ctx; /* File descriptor */
43 cups_raster_iocb_t iocb; /* IO callback */
44 cups_mode_t mode; /* Read/write mode */
45 cups_page_header2_t header; /* Raster header for current page */
46 unsigned rowheight, /* Row height in lines */
47 count, /* Current row run-length count */
48 remaining, /* Remaining rows in page image */
49 bpp; /* Bytes per pixel/color */
[all …]