Searched defs:dst_color (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/grub/grub2/grub-core/video/fb/ |
| H A D | fbblit.c | 51 grub_video_color_t dst_color; local 62 dst_color = grub_video_fb_map_rgba (src_red, src_green, 65 set_pixel (dst, x + i, y + j, dst_color); 761 grub_video_color_t dst_color; local 772 dst_color = grub_video_fb_map_rgba (src_red, src_green, 774 set_pixel (dst, x + i, y + j, dst_color); 778 dst_color = get_pixel (dst, x + i, y + j); 780 grub_video_fb_unmap_color_int (dst, dst_color, &dst_red, 791 dst_color = grub_video_fb_map_rgba (dst_red, dst_green, dst_blue, 794 set_pixel (dst, x + i, y + j, dst_color); [all...] |
Completed in 24 milliseconds