Searched refs:rgb_to_pixel15 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | pixel_ops.h | 7 static inline unsigned int rgb_to_pixel15(unsigned int r, unsigned int g, in rgb_to_pixel15() function
|
/openbmc/qemu/hw/display/ |
H A D | jazz_led.c | 173 color_segment = rgb_to_pixel15(0xaa, 0xaa, 0xaa); in jazz_led_update_display() 174 color_led = rgb_to_pixel15(0x00, 0xff, 0x00); in jazz_led_update_display()
|
H A D | bcm2835_fb.c | 117 *(uint16_t *)dst = rgb_to_pixel15(r, g, b); in draw_line_src16()
|
H A D | pl110.c | 342 s->palette[n] = rgb_to_pixel15(r, g, b); in pl110_update_palette()
|
H A D | g364fb.c | 96 rgb_to_pixel = rgb_to_pixel15; in g364fb_draw_graphic8()
|
H A D | exynos4210_fimd.c | 877 uint32_t pixel = rgb_to_pixel15(p.r, p.g, p.b); in put_to_qemufb_pixel15()
|