Searched refs:paint_char (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/osfmk/console/ |
| H A D | video_console.c | 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() [all …]
|