Searched refs:gc_ops (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/osfmk/console/ |
| H A D | video_console.c | 141 } gc_ops; variable 337 gc_ops.clear_screen(xx, yy, top, bottom, which); in gc_clear_screen() 357 gc_ops.enable(FALSE); in gc_enable() 440 gc_ops.clear_screen(gc_x, gc_y, 0, vinfo.v_rows, 2); in gc_enable() 441 gc_ops.show_cursor(gc_x, gc_y); in gc_enable() 443 gc_ops.enable(TRUE); in gc_enable() 462 gc_ops.paint_char(xx, yy, character, attribute, 0, 0); in gc_hide_cursor() 467 gc_ops.hide_cursor(xx, yy); in gc_hide_cursor() 481 gc_ops.initialize(info); in gc_initialize() 498 gc_ops.paint_char(xx, yy, ch, attrs, 0, 0); in gc_paint_char() [all …]
|