Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc.c2274 int red_shift, int green_shift, int blue_shift) in set_pixel_format() argument
2284 blue_shift = 6; in set_pixel_format()
2307 vs->client_pf.bshift = blue_shift; in set_pixel_format()
2308 vs->client_pf.bmask = blue_max << blue_shift; in set_pixel_format()