Lines Matching refs:paint_char
131 void (*paint_char)(unsigned int xx, unsigned int yy, unsigned char ch, member
462 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_hide_cursor()
498 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0); in gc_paint_char()
1038 gc_ops.paint_char( /* xx */ column, in gc_scroll_down()
1045 gc_ops.paint_char( /* xx */ column, in gc_scroll_down()
1075 gc_ops.paint_char( /* xx */ column, in gc_scroll_down()
1082 gc_ops.paint_char( /* xx */ column, in gc_scroll_down()
1132 gc_ops.paint_char( /* xx */ column, in gc_scroll_up()
1139 gc_ops.paint_char( /* xx */ column, in gc_scroll_up()
1169 gc_ops.paint_char( /* xx */ column, in gc_scroll_up()
1176 gc_ops.paint_char( /* xx */ column, in gc_scroll_up()
1212 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_show_cursor()
2922 gc_ops.paint_char = vc_paint_char; in initialize_screen()