Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dg364fb.c88 unsigned int (*rgb_to_pixel)(unsigned int r, unsigned int g, unsigned int b); in g364fb_draw_graphic8() local
92 rgb_to_pixel = rgb_to_pixel8; in g364fb_draw_graphic8()
96 rgb_to_pixel = rgb_to_pixel15; in g364fb_draw_graphic8()
100 rgb_to_pixel = rgb_to_pixel16; in g364fb_draw_graphic8()
104 rgb_to_pixel = rgb_to_pixel32; in g364fb_draw_graphic8()
151 color = (*rgb_to_pixel)( in g364fb_draw_graphic8()
158 color = (*rgb_to_pixel)( in g364fb_draw_graphic8()
166 color = (*rgb_to_pixel)( in g364fb_draw_graphic8()