Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/console/
H A Dvideo_console.c1339 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_clear_screen()
1341 rowlongs = vinfo.v_rowbytes >> 2; in vc_clear_screen()
1429 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_8()
1442 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_8()
1476 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_8()
1497 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_16()
1510 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_16()
1538 where = (uint32_t*)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_16()
1567 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) + in vc_paint_char_32()
1584 where = (uint32_t *)(((unsigned char*)where) + vinfo.v_rowbytes); in vc_paint_char_32()
[all …]
H A Dvideo_console.h91 unsigned int v_rowbytes; member