Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dgfx_fb.c228 rgb_color_map(uint8_t index, uint32_t rmax, int roffset, in rgb_color_map() function
306 return (rgb_color_map(index, rmask, 16, gmask, 8, bmask, 0)); in gfx_fb_color_map()
369 palette[i] = rgb_color_map(i, rmax, roffset, in generate_cons_palette()