Home
last modified time | relevance | path

Searched refs:dest_width (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/display/
H A Dssd0303.c217 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 Dssd0323.c197 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 Dnext-fb.c73 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()