Searched refs:rowscanline (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/osfmk/console/ |
| H A D | video_console.c | 1737 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local 1745 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_down() 1748 - (rowline - rowscanline); in vc_scroll_down() 1771 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_up() local 1779 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_up()
|