Searched refs:rowscanline (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/console/ |
| H A D | video_console.c | 1735 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local 1743 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_down() 1746 - (rowline - rowscanline); in vc_scroll_down() 1769 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_up() local 1777 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_up()
|