Lines Matching refs:blockmove_size

68     uint32_t blockmove_size;  member
473 height = artist_get_y(s->blockmove_size); in fill_window()
596 int endx = artist_get_x(s->blockmove_size); in draw_line_pattern_start()
597 int endy = artist_get_y(s->blockmove_size); in draw_line_pattern_start()
608 int endx = artist_get_x(s->blockmove_size); in draw_line_pattern_next()
609 int endy = artist_get_y(s->blockmove_size); in draw_line_pattern_next()
632 int sizex = artist_get_x(s->blockmove_size); in draw_line_xy()
633 int sizey = artist_get_y(s->blockmove_size); in draw_line_xy()
721 if (++s->font_write_pos_y == artist_get_y(s->blockmove_size)) { in font_write()
722 s->vram_start += (s->blockmove_size & 0xffff0000); in font_write()
727 if (++s->font_write_pos_y == artist_get_y(s->blockmove_size)) { in font_write()
728 s->vram_start += (s->blockmove_size & 0xffff0000); in font_write()
957 artist_get_x(s->blockmove_size), in artist_reg_write()
958 artist_get_y(s->blockmove_size)); in artist_reg_write()
965 height = artist_get_y(s->blockmove_size); in artist_reg_write()
971 width = artist_get_x(s->blockmove_size); in artist_reg_write()
1007 combine_write_reg(addr, val, size, &s->blockmove_size); in artist_reg_write()
1021 artist_get_x(s->blockmove_size), in artist_reg_write()
1022 artist_get_y(s->blockmove_size)); in artist_reg_write()
1026 combine_write_reg(addr, val, size, &s->blockmove_size); in artist_reg_write()
1033 artist_get_x(s->blockmove_size), in artist_reg_write()
1034 artist_get_y(s->blockmove_size)); in artist_reg_write()
1451 VMSTATE_UINT32(blockmove_size, ARTISTState),