Searched refs:lastpixel (Results 1 – 1 of 1) sorted by relevance
1446 uint32_t *store = where, lastpixel = 0; in vc_paint_char_8() local1451 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() local1521 } 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() local1593 if (lastpixel && !save) { in vc_paint_char_32()1606 lastpixel = save; in vc_paint_char_32()