Searched refs:paint_char (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/console/ |
| H A D | video_console.c | 132 void (*paint_char)(unsigned int xx, unsigned int yy, unsigned char ch, member 463 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_hide_cursor() 499 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0); in gc_paint_char() 1039 gc_ops.paint_char( /* xx */ column, in gc_scroll_down() 1046 gc_ops.paint_char( /* xx */ column, in gc_scroll_down() 1076 gc_ops.paint_char( /* xx */ column, in gc_scroll_down() 1083 gc_ops.paint_char( /* xx */ column, in gc_scroll_down() 1133 gc_ops.paint_char( /* xx */ column, in gc_scroll_up() 1140 gc_ops.paint_char( /* xx */ column, in gc_scroll_up() 1170 gc_ops.paint_char( /* xx */ column, in gc_scroll_up() [all …]
|