Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/console/
H A Dvideo_console.c148 static uint32_t gc_buffer_rows; variable
310 if (xx < gc_buffer_columns && yy < gc_buffer_rows && bottom <= gc_buffer_rows) { in gc_clear_screen()
368 buffer_rows = gc_buffer_rows; in gc_enable()
376 gc_buffer_rows = 0; in gc_enable()
433 gc_buffer_rows = buffer_rows; in gc_enable()
452 if (xx < gc_buffer_columns && yy < gc_buffer_rows) { in gc_hide_cursor()
490 if (xx < gc_buffer_columns && yy < gc_buffer_rows) { in gc_paint_char()
1018 if (bottom <= gc_buffer_rows) { in gc_scroll_down()
1112 if (bottom <= gc_buffer_rows) { in gc_scroll_up()
1202 if (xx < gc_buffer_columns && yy < gc_buffer_rows) { in gc_show_cursor()