Home
last modified time | relevance | path

Searched refs:rgb_to_pixel16 (Results 1 – 6 of 6) sorted by relevance

/qemu/include/ui/
A Dpixel_ops.h19 static inline unsigned int rgb_to_pixel16(unsigned int r, unsigned int g, in rgb_to_pixel16() function
/qemu/hw/display/
A Djazz_led.c177 color_segment = rgb_to_pixel16(0xaa, 0xaa, 0xaa); in jazz_led_update_display()
178 color_led = rgb_to_pixel16(0x00, 0xff, 0x00); in jazz_led_update_display()
A Dbcm2835_fb.c121 *(uint16_t *)dst = rgb_to_pixel16(r, g, b); in draw_line_src16()
A Dpl110.c345 s->palette[n] = rgb_to_pixel16(r, g, b); in pl110_update_palette()
A Dg364fb.c100 rgb_to_pixel = rgb_to_pixel16; in g364fb_draw_graphic8()
A Dexynos4210_fimd.c884 uint32_t pixel = rgb_to_pixel16(p.r, p.g, p.b); in put_to_qemufb_pixel16()

Completed in 21 milliseconds