Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c28 OBJECT_DECLARE_SIMPLE_TYPE(ARTISTState, ARTIST)
38 struct ARTISTState { struct
240 static int vram_write_bufidx(ARTISTState *s) in vram_write_bufidx()
245 static int vram_read_bufidx(ARTISTState *s) in vram_read_bufidx()
250 static struct vram_buffer *vram_read_buffer(ARTISTState *s) in vram_read_buffer()
255 static struct vram_buffer *vram_write_buffer(ARTISTState *s) in vram_write_buffer()
260 static uint8_t artist_get_color(ARTISTState *s) in artist_get_color()
269 static artist_rop_t artist_get_op(ARTISTState *s) in artist_get_op()
274 static void artist_rop8(ARTISTState *s, struct vram_buffer *buf, in artist_rop8()
316 static void artist_get_cursor_pos(ARTISTState *s, int *x, int *y) in artist_get_cursor_pos()
[all …]