Lines Matching refs:command_buf_t

134 } command_buf_t;  typedef
138 set_cb_end(command_buf_t *pcb, const byte *end) in set_cb_end()
150 top_up_cbuf(command_buf_t *pcb, const byte **pcbp) in top_up_cbuf()
194 cmd_read_data(command_buf_t *pcb, byte *ptr, uint rsize, const byte *cbp) in cmd_read_data()
237 static int read_set_tile_size(command_buf_t *pcb, tile_slot *bits, bool for_pattern);
238 static int read_set_bits(command_buf_t *pcb, tile_slot *bits,
242 static int read_set_misc2(command_buf_t *pcb, gs_imager_state *pis,
244 static int read_set_color_space(command_buf_t *pcb, gs_imager_state *pis,
247 static int read_begin_image(command_buf_t *pcb, gs_image_common_t *pic,
249 static int read_put_params(command_buf_t *pcb, gs_imager_state *pis,
252 static int read_create_compositor(command_buf_t *pcb, gs_memory_t *mem, gs_composite_t **ppcomp);
257 static int read_ht_segment(ht_buff_t *, command_buf_t *, gs_imager_state *,
261 static const byte *cmd_read_short_bits(command_buf_t *pcb, byte *data,
423 read_set_misc_map(byte cb, command_buf_t *pcb, gs_imager_state *pis, gs_memory_t *mem) in read_set_misc_map()
478 command_buf_t cbuf; in clist_playback_band()
2128 read_set_tile_size(command_buf_t *pcb, tile_slot *bits, bool for_pattern) in read_set_tile_size()
2170 read_set_bits(command_buf_t *pcb, tile_slot *bits, int compress, in read_set_bits()
2322 command_buf_t * pcb, in read_ht_segment()
2380 read_set_misc2(command_buf_t *pcb, gs_imager_state *pis, segment_notes *pnotes) in read_set_misc2()
2456 read_set_color_space(command_buf_t *pcb, gs_imager_state *pis, in read_set_color_space()
2543 read_begin_image(command_buf_t *pcb, gs_image_common_t *pic, in read_begin_image()
2563 read_put_params(command_buf_t *pcb, gs_imager_state *pis, in read_put_params()
2655 command_buf_t *pcb, gs_memory_t *mem, gs_composite_t **ppcomp) in read_create_compositor()
2724 cmd_read_short_bits(command_buf_t *pcb, byte *data, int width_bytes, in cmd_read_short_bits()