Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/splash/
H A Dsplash.c165 if (index < SPLASH_CMAP_OFFSET || in splash_get_cmap()
166 index >= SPLASH_CMAP_OFFSET + SPLASH_CMAP_SIZE) in splash_get_cmap()
169 *r = splash_palette[index - SPLASH_CMAP_OFFSET][0]; in splash_get_cmap()
170 *g = splash_palette[index - SPLASH_CMAP_OFFSET][1]; in splash_get_cmap()
171 *b = splash_palette[index - SPLASH_CMAP_OFFSET][2]; in splash_get_cmap()
274 SPLASH_CMAP_OFFSET; in splash_render8()
280 SPLASH_CMAP_OFFSET; in splash_render8()
H A Dsplash.h43 #define SPLASH_CMAP_OFFSET (16 * 3) macro
/netbsd-src/sys/dev/wsfb/
H A Dgenfb.c408 if (i >= SPLASH_CMAP_OFFSET && in genfb_attach()
409 i < SPLASH_CMAP_OFFSET + SPLASH_CMAP_SIZE) { in genfb_attach()