Symbol: RASOPS_DEPTH
sys/dev/rasops/rasops1-4_putchar.h
33
#define PIXEL_BITS RASOPS_DEPTH
sys/dev/rasops/rasops1-4_putchar.h
35
#if RASOPS_DEPTH == 1
sys/dev/rasops/rasops1-4_putchar.h
37
#elif RASOPS_DEPTH == 2
sys/dev/rasops/rasops1-4_putchar.h
39
#elif RASOPS_DEPTH == 4
sys/dev/rasops/rasops1-4_putchar.h
48
# if RASOPS_DEPTH == 2
sys/dev/rasops/rasops1-4_putchar.h
87
NAME(RASOPS_DEPTH)(void *cookie, int row, int col, u_int uc, long attr)
sys/dev/rasops/rasops_bitops.h
35
#if RASOPS_DEPTH == 1
sys/dev/rasops/rasops_bitops.h
37
#elif RASOPS_DEPTH == 2
sys/dev/rasops/rasops_bitops.h
39
#elif RASOPS_DEPTH == 4
sys/dev/rasops/rasops_bitops.h
45
#define NAME(name) NAME1(RASOPS_DEPTH, name)
sys/dev/rasops/rasops_putchar.h
33
#if RASOPS_DEPTH != 8 && RASOPS_DEPTH != 15 && RASOPS_DEPTH != 24 && \
sys/dev/rasops/rasops_putchar.h
34
RASOPS_DEPTH != 32
sys/dev/rasops/rasops_putchar.h
38
#if RASOPS_DEPTH == 8
sys/dev/rasops/rasops_putchar.h
40
#elif RASOPS_DEPTH == 15
sys/dev/rasops/rasops_putchar.h
46
#if RASOPS_DEPTH != 24
sys/dev/rasops/rasops_putchar.h
56
#if RASOPS_DEPTH == 24
sys/dev/rasops/rasops_putchar.h
98
NAME(RASOPS_DEPTH)(void *cookie, int row, int col, u_int uc, long attr)
sys/dev/rasops/rasops_putchar_width.h
103
#if RASOPS_DEPTH == 24
sys/dev/rasops/rasops_putchar_width.h
124
#if RASOPS_DEPTH == 32
sys/dev/rasops/rasops_putchar_width.h
206
NAME(RASOPS_DEPTH, RASOPS_WIDTH)(void *cookie, int row, int col, u_int uc,
sys/dev/rasops/rasops_putchar_width.h
240
MAKESTAMP(RASOPS_DEPTH)(ri, attr);
sys/dev/rasops/rasops_putchar_width.h
33
#if RASOPS_DEPTH != 2 && RASOPS_DEPTH != 4 && RASOPS_DEPTH != 8 && \
sys/dev/rasops/rasops_putchar_width.h
34
RASOPS_DEPTH != 15 && RASOPS_DEPTH != 24 && RASOPS_DEPTH != 32
sys/dev/rasops/rasops_putchar_width.h
42
#if RASOPS_DEPTH == 2
sys/dev/rasops/rasops_putchar_width.h
44
#elif RASOPS_DEPTH == 4
sys/dev/rasops/rasops_putchar_width.h
50
#if RASOPS_DEPTH <= 8
sys/dev/rasops/rasops_putchar_width.h
52
#elif RASOPS_DEPTH == 15
sys/dev/rasops/rasops_putchar_width.h
54
#elif RASOPS_DEPTH == 24
sys/dev/rasops/rasops_putchar_width.h
56
#elif RASOPS_DEPTH == 32
sys/dev/rasops/rasops_putchar_width.h
62
#if RASOPS_DEPTH <= 8
sys/dev/rasops/rasops_putchar_width.h
64
#elif RASOPS_DEPTH == 15
sys/dev/rasops/rasops_putchar_width.h
72
#if RASOPS_DEPTH <= 8
sys/dev/rasops/rasops_putchar_width.h
87
#if RASOPS_DEPTH == 15