Lines Matching refs:image_bitmap_op
94 uint32_t image_bitmap_op; member
260 if (s->image_bitmap_op & 2) { in artist_get_color()
269 return (s->image_bitmap_op >> 8) & 0xf; in artist_get_op()
458 s->image_bitmap_op, s->control_plane); in fill_window()
615 s->image_bitmap_op ^= 2; in draw_line_pattern_next()
690 uint32_t color = (s->image_bitmap_op & 2) ? s->fg_color : s->bg_color; in font_write16()
710 if (!(s->image_bitmap_op & 0x20000000)) { in font_write16()
768 if (!(s->image_bitmap_op & 0x20000000) || (mask & 8)) { in artist_vram_write4()
787 if (!(s->image_bitmap_op & 0x20000000) || (vram_bitmask & mask)) { in artist_vram_write32()
791 if (!(s->image_bitmap_op & 0x10000002)) { in artist_vram_write32()
1102 combine_write_reg(addr, val, size, &s->image_bitmap_op); in artist_reg_write()
1416 s->image_bitmap_op = 0x23000300; in artist_realizefn()
1469 VMSTATE_UINT32(image_bitmap_op, ARTISTState),