Home
last modified time | relevance | path

Searched refs:dst_pixels (Results 1 – 2 of 2) sorted by relevance

/external/qemu/hw/
Dgoldfish_fb.c245 uint8_t* dst_pixels; member
281 uint8_t* dst_line = fbs->dst_pixels; in compute_fb_update_rect_linear()
492 fbs.dst_pixels = dst_line; in goldfish_fb_update_display()
/external/qemu/android/skin/
Dimage.c147 blend_image( unsigned* dst_pixels, in blend_image() argument
153 unsigned* dst = dst_pixels; in blend_image()