Searched refs:lastpixel (Results 1 – 4 of 4) sorted by relevance
1668 unsigned char lastpixel = row_pointers[row][0]; in update_dither_map() local1674 if (px != lastpixel || col == width - 1) { in update_dither_map()1681 if (pixelabove == lastpixel) in update_dither_map()1686 if (pixelbelow == lastpixel) in update_dither_map()1697 lastpixel = px; in update_dither_map()
206 rast->lastpixel = templ->line_last_pixel; in svga_create_rasterizer_state()
241 EMIT_RS(svga, curr->lastpixel, LASTPIXEL); in emit_rss_vgpu9()
198 unsigned lastpixel:1; member