Searched defs:gx_clist_state_s (Results 1 – 1 of 1) sorted by relevance
227 struct gx_clist_state_s { struct228 gx_color_index colors[2]; /* most recent colors */229 gx_device_color_saved sdc; /* last device color for this band */230 uint tile_index; /* most recent tile index */231 gx_bitmap_id tile_id; /* most recent tile id */239 gs_int_point tile_phase; /* most recent tile phase */240 gx_color_index tile_colors[2]; /* most recent tile colors */241 gx_cmd_rect rect; /* most recent rectangle */242 gs_logical_operation_t lop; /* most recent logical op */243 short lop_enabled; /* 0 = don't use lop, 1 = use lop, */[all …]