Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/rasops/
H A Drasops_putchar.h49 #define SET_COLOR(p, index) *(p)++ = clr[index] macro
59 #define SET_COLOR(p, index) \ macro
135 SET_COLOR(dp, 0); in NAME()
173 SET_COLOR(dp, (fb >> 31) & 1); in NAME()
180 SET_COLOR(dp, 1); in NAME()
182 SET_COLOR(dp, 0); in NAME()
209 SET_COLOR(dp, 1); in NAME()
224 #undef SET_COLOR