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

/macosx-10.9.5/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.h64 unsigned int v_rowbytes; member in struct:vc_info
H A Dvideo_console.c1365 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2);
1367 rowlongs = vinfo.v_rowbytes >> 2;
1454 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) +
1466 where = (uint32_t*)(((unsigned char*)where)+vinfo.v_rowbytes);
1490 where = (uint32_t*)(((unsigned char*)where)+vinfo.v_rowbytes);
1511 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) +
1523 where = (uint32_t*)(((unsigned char*)where)+vinfo.v_rowbytes);
1543 where = (uint32_t*)(((unsigned char*)where)+vinfo.v_rowbytes);
1572 (yy * ISO_CHAR_HEIGHT * vinfo.v_rowbytes) +
1588 where = (uint32_t *)(((unsigned char*)where)+vinfo.v_rowbytes);
[all...]

Completed in 115 milliseconds