Home
last modified time | relevance | path

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

/xnu-11215/osfmk/console/
H A Dvideo_console.c1341 rowlongs = vinfo.v_rowbytes >> 2; in vc_clear_screen()
1429 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_8()
1497 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_16()
1567 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_32()
1744 rowline = vinfo.v_rowbytes >> 2; in vc_scroll_down()
1778 rowline = vinfo.v_rowbytes >> 2; in vc_scroll_up()
1970 (y * vinfo.v_rowbytes) + in vc_blit_rect_8()
2036 (y * vinfo.v_rowbytes) + in vc_blit_rect_16()
2112 (y * vinfo.v_rowbytes) + in vc_blit_rect_32()
2187 (y * vinfo.v_rowbytes) + in vc_blit_rect_30()
[all …]
H A Dvideo_console.h91 unsigned int v_rowbytes; member