Home
last modified time | relevance | path

Searched refs:gc_buffer_columns (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/osfmk/console/
H A Dvideo_console.c147 static uint32_t gc_buffer_columns; variable
319 start = (top * gc_buffer_columns); in gc_clear_screen()
320 end = (yy * gc_buffer_columns) + xx; in gc_clear_screen()
323 start = (top * gc_buffer_columns); in gc_clear_screen()
375 gc_buffer_columns = 0; in gc_enable()
1023 jump = num * gc_buffer_columns; in gc_scroll_down()
1026 index = row * gc_buffer_columns; in gc_scroll_down()
1068 index = row * gc_buffer_columns; in gc_scroll_down()
1117 jump = num * gc_buffer_columns; in gc_scroll_up()
1120 index = row * gc_buffer_columns; in gc_scroll_up()
[all …]