Searched refs:lastpixel (Results 1 – 5 of 5) sorted by relevance
60 lastpixel = (v) & 0xf; \64 *op++ |= lastpixel; \66 op[0] = (uint8) (lastpixel << 4); \93 unsigned int lastpixel; in ThunderDecode() local98 lastpixel = 0; in ThunderDecode()111 op[0] |= lastpixel; in ThunderDecode()112 lastpixel = *op++; npixels++; n--; in ThunderDecode()114 lastpixel |= lastpixel << 4; in ThunderDecode()118 *op++ = (uint8) lastpixel; in ThunderDecode()122 lastpixel &= 0xf; in ThunderDecode()[all …]
91 rast->lastpixel = templ->line_last_pixel; in svga_create_rasterizer_state()
149 unsigned lastpixel:1; member
223 EMIT_RS( svga, curr->lastpixel, LASTPIXEL, fail ); in emit_rss()