Home
last modified time | relevance | path

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

/qemu/hw/display/
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()
262 dest += dest_width; in ssd0303_update_display()
266 memcpy(dest, dest - dest_width * 96, dest_width * 96); in ssd0303_update_display()
[all …]
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()
262 dest += dest_width; in ssd0323_update_display()
268 dest_width * 128 * MAGNIFY); in ssd0323_update_display()
[all …]
A Dbcm2835_fb.c159 int dest_width = 0; in fb_update_display() local
172 dest_width = s->config.xres; in fb_update_display()
180 dest_width *= 2; in fb_update_display()
183 dest_width *= 2; in fb_update_display()
186 dest_width *= 3; in fb_update_display()
189 dest_width *= 4; in fb_update_display()
205 src_width, dest_width, 0, s->invalidate, in fb_update_display()
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()
A Dtrace-events193 dm163_bits_ppi(unsigned dest_width) "dest_width : %u"

Completed in 17 milliseconds