Home
last modified time | relevance | path

Searched refs:rgb_to_pixel8 (Results 1 – 7 of 7) sorted by relevance

/qemu/include/ui/
H A Dpixel_ops.h1 static inline unsigned int rgb_to_pixel8(unsigned int r, unsigned int g, in rgb_to_pixel8() function
/qemu/hw/display/
H A Djazz_led.c169 color_segment = rgb_to_pixel8(0xaa, 0xaa, 0xaa); in jazz_led_update_display()
170 color_led = rgb_to_pixel8(0x00, 0xff, 0x00); in jazz_led_update_display()
H A Dbcm2835_fb.c114 *dst++ = rgb_to_pixel8(r, g, b); in draw_line_src16()
H A Dpl110.c339 s->palette[n] = rgb_to_pixel8(r, g, b); in pl110_update_palette()
H A Dg364fb.c92 rgb_to_pixel = rgb_to_pixel8; in g364fb_draw_graphic8()
H A Dpxa2xx_lcd.c1086 *dest = rgb_to_pixel8(r, g, b) | alpha; in pxa2xx_palette_parse()
H A Dexynos4210_fimd.c870 uint32_t pixel = rgb_to_pixel8(p.r, p.g, p.b); in put_to_qemufb_pixel8()