Searched refs:gc_ops (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/osfmk/console/ |
| H A D | video_console.c | 142 } gc_ops; variable 338 gc_ops.clear_screen(xx, yy, top, bottom, which); in gc_clear_screen() 358 gc_ops.enable(FALSE); in gc_enable() 441 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_enable() 442 gc_ops.show_cursor(gc_x, gc_y); in gc_enable() 444 gc_ops.enable(TRUE); in gc_enable() 463 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_hide_cursor() 468 gc_ops.hide_cursor(xx, yy); in gc_hide_cursor() 482 gc_ops.initialize(info); in gc_initialize() 499 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0); in gc_paint_char() [all …]
|