Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c1332 int linelongs, col; in vc_clear_screen() local
1339 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_clear_screen()
1350 p += (yy + 1) * linelongs; in vc_clear_screen()
1351 endp += scrreg_bottom * linelongs; in vc_clear_screen()
1357 p += scrreg_top * linelongs; in vc_clear_screen()
1358 endp += yy * linelongs; in vc_clear_screen()
1362 p += scrreg_top * linelongs; in vc_clear_screen()
1366 endp += scrreg_bottom * linelongs; in vc_clear_screen()
1737 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local
1743 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_scroll_down()
[all …]