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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1490 uint32_t *store = where, lastpixel = 0; local
1495 if (lastpixel && !(save & 0xFF000000))
1509 lastpixel = save & 0xff;
1547 uint32_t *store = where, lastpixel = 0; local
1553 else if (lastpixel && !(save & 0xFFFF0000))
1562 lastpixel = save & 0x7fff;
1612 uint32_t *store = where, lastpixel = 0; local
1617 if (lastpixel && !save)
1625 lastpixel = save;

Completed in 21 milliseconds