Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dvideo_console.c1444 uint32_t *store = where, lastpixel = 0; in vc_paint_char_8() local
1449 if (lastpixel && !(save & 0xFF000000)) { in vc_paint_char_8()
1471 lastpixel = save & 0xff; in vc_paint_char_8()
1512 uint32_t *store = where, lastpixel = 0; in vc_paint_char_16() local
1519 } else if (lastpixel && !(save & 0xFFFF0000)) { in vc_paint_char_16()
1533 lastpixel = save & 0x7fff; in vc_paint_char_16()
1586 uint32_t *store = where, lastpixel = 0; in vc_paint_char_32() local
1591 if (lastpixel && !save) { in vc_paint_char_32()
1604 lastpixel = save; in vc_paint_char_32()