Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dartist.c96 uint32_t image_bitmap_op; member
262 if (s->image_bitmap_op & 2) { in artist_get_color()
271 return (s->image_bitmap_op >> 8) & 0xf; in artist_get_op()
460 s->image_bitmap_op, s->control_plane); in fill_window()
617 s->image_bitmap_op ^= 2; in draw_line_pattern_next()
692 uint32_t color = (s->image_bitmap_op & 2) ? s->fg_color : s->bg_color; in font_write16()
712 if (!(s->image_bitmap_op & 0x20000000)) { in font_write16()
770 if (!(s->image_bitmap_op & 0x20000000) || (mask & 8)) { in artist_vram_write4()
789 if (!(s->image_bitmap_op & 0x20000000) || (vram_bitmask & mask)) { in artist_vram_write32()
793 if (!(s->image_bitmap_op & 0x10000002)) { in artist_vram_write32()
[all …]