Searched refs:lastpixel (Results 1 – 1 of 1) sorted by relevance
1444 uint32_t *store = where, lastpixel = 0; in vc_paint_char_8() local1449 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() local1519 } 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() local1591 if (lastpixel && !save) { in vc_paint_char_32()1604 lastpixel = save; in vc_paint_char_32()