Home
last modified time | relevance | path

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

/openbmc/qemu/include/ui/
H A Dpixel_ops.h31 static inline unsigned int rgb_to_pixel24(unsigned int r, unsigned int g, in rgb_to_pixel24() function
/openbmc/qemu/hw/display/
H A Djazz_led.c181 color_segment = rgb_to_pixel24(0xaa, 0xaa, 0xaa); in jazz_led_update_display()
182 color_led = rgb_to_pixel24(0x00, 0xff, 0x00); in jazz_led_update_display()
H A Dbcm2835_fb.c125 rgb888 = rgb_to_pixel24(r, g, b); in draw_line_src16()
H A Dexynos4210_fimd.c891 uint32_t pixel = rgb_to_pixel24(p.r, p.g, p.b); in put_to_qemufb_pixel24()
900 uint32_t pixel = rgb_to_pixel24(p.r, p.g, p.b); in put_to_qemufb_pixel32()
H A Dpxa2xx_lcd.c1095 *dest = rgb_to_pixel24(r, g, b) | alpha; in pxa2xx_palette_parse()