Searched refs:dest_width (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | ssd0303.c | 217 int dest_width; in ssd0303_update_display() local 227 dest_width = 2; in ssd0303_update_display() 230 dest_width = 2; in ssd0303_update_display() 233 dest_width = 3; in ssd0303_update_display() 236 dest_width = 4; in ssd0303_update_display() 242 dest_width *= MAGNIFY; in ssd0303_update_display() 243 memset(colortab, 0xff, dest_width); in ssd0303_update_display() 244 memset(colortab + dest_width, 0, dest_width); in ssd0303_update_display() 250 colors[1] = colortab + dest_width; in ssd0303_update_display() 252 colors[0] = colortab + dest_width; in ssd0303_update_display() [all …]
|
| H A D | ssd0323.c | 197 int dest_width; in ssd0323_update_display() local 206 dest_width = 2; in ssd0323_update_display() 209 dest_width = 2; in ssd0323_update_display() 212 dest_width = 3; in ssd0323_update_display() 215 dest_width = 4; in ssd0323_update_display() 245 p += dest_width; in ssd0323_update_display() 256 memcpy(dest, colors[val], dest_width); in ssd0323_update_display() 257 dest += dest_width; in ssd0323_update_display() 261 memcpy(dest, colors[val], dest_width); in ssd0323_update_display() 262 dest += dest_width; in ssd0323_update_display() [all …]
|
| H A D | next-fb.c | 73 int dest_width = 4; in nextfb_update() local 80 dest_width = s->cols * 4; in nextfb_update() 89 src_width, dest_width, 0, 1, nextfb_draw_line, in nextfb_update()
|