Lines Matching refs:src_line
282 const uint8_t* src_line = fbs->src_pixels; in compute_fb_update_rect_linear() local
319 const uint16_t* src = (const uint16_t*) src_line; in compute_fb_update_rect_linear()
360 if (src_line[xx+0] != dst_line[xx+0] || in compute_fb_update_rect_linear()
361 src_line[xx+1] != dst_line[xx+1] || in compute_fb_update_rect_linear()
362 src_line[xx+2] != dst_line[xx+2]) { in compute_fb_update_rect_linear()
373 if (src_line[xx+0] != dst_line[xx+0] || in compute_fb_update_rect_linear()
374 src_line[xx+1] != dst_line[xx+1] || in compute_fb_update_rect_linear()
375 src_line[xx+2] != dst_line[xx+2]) { in compute_fb_update_rect_linear()
380 memcpy( dst_line+xx1*3, src_line+xx1*3, (xx2-xx1+1)*3 ); in compute_fb_update_rect_linear()
386 const uint32_t* src = (const uint32_t*) src_line; in compute_fb_update_rect_linear()
437 src_line += fbs->src_pitch; in compute_fb_update_rect_linear()
458 uint8_t* src_line; in goldfish_fb_update_display() local
482 src_line = qemu_get_ram_ptr( base ); in goldfish_fb_update_display()
498 fbs.src_pixels = src_line; in goldfish_fb_update_display()