Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/console/
H A Dvideo_console.c1446 uint32_t *store = where, lastpixel = 0; in vc_paint_char_8() local
1451 if (lastpixel && !(save & 0xFF000000)) { in vc_paint_char_8()
1473 lastpixel = save & 0xff; in vc_paint_char_8()
1514 uint32_t *store = where, lastpixel = 0; in vc_paint_char_16() local
1521 } else if (lastpixel && !(save & 0xFFFF0000)) { in vc_paint_char_16()
1535 lastpixel = save & 0x7fff; in vc_paint_char_16()
1588 uint32_t *store = where, lastpixel = 0; in vc_paint_char_32() local
1593 if (lastpixel && !save) { in vc_paint_char_32()
1606 lastpixel = save; in vc_paint_char_32()