Home
last modified time | relevance | path

Searched refs:ARTISTState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/display/
H A Dartist.c27 OBJECT_DECLARE_SIMPLE_TYPE(ARTISTState, ARTIST)
37 struct ARTISTState { struct
238 static int vram_write_bufidx(ARTISTState *s) in vram_write_bufidx()
243 static int vram_read_bufidx(ARTISTState *s) in vram_read_bufidx()
248 static struct vram_buffer *vram_read_buffer(ARTISTState *s) in vram_read_buffer()
253 static struct vram_buffer *vram_write_buffer(ARTISTState *s) in vram_write_buffer()
258 static uint8_t artist_get_color(ARTISTState *s) in artist_get_color()
267 static artist_rop_t artist_get_op(ARTISTState *s) in artist_get_op()
272 static void artist_rop8(ARTISTState *s, struct vram_buffer *buf, in artist_rop8()
314 static void artist_get_cursor_pos(ARTISTState *s, int *x, int *y) in artist_get_cursor_pos()
[all …]