Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c149 static uint32_t gc_buffer_rows; variable
311 if (xx < gc_buffer_columns && yy < gc_buffer_rows && bottom <= gc_buffer_rows) { in gc_clear_screen()
369 buffer_rows = gc_buffer_rows; in gc_enable()
377 gc_buffer_rows = 0; in gc_enable()
434 gc_buffer_rows = buffer_rows; in gc_enable()
453 if (xx < gc_buffer_columns && yy < gc_buffer_rows) { in gc_hide_cursor()
491 if (xx < gc_buffer_columns && yy < gc_buffer_rows) { in gc_paint_char()
1019 if (bottom <= gc_buffer_rows) { in gc_scroll_down()
1113 if (bottom <= gc_buffer_rows) { in gc_scroll_up()
1203 if (xx < gc_buffer_columns && yy < gc_buffer_rows) { in gc_show_cursor()