Searched defs:gx_device_memory_s (Results 1 – 1 of 1) sorted by relevance
82 struct gx_device_memory_s { struct88 uint raster; /* bytes per scan line */89 byte *base;91 gs_memory_t *bitmap_memory; /* allocator for bits + line pointers */92 bool foreign_bits; /* if true, bits are not in GC-able space */93 gs_memory_t *line_pointer_memory; /* allocate for line pointers */94 bool foreign_line_pointers; /* if true, line_ptrs are not in GC-able space */100 int num_planes;101 gx_render_plane_t planes[GX_DEVICE_COLOR_MAX_COMPONENTS];105 gs_matrix initial_matrix; /* the initial transformation */[all …]