HomeSort by: relevance | last modified time | path
    Searched refs:RASOPS_DEPTH (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/rasops/
rasops_putchar_width.h 33 #if RASOPS_DEPTH != 2 && RASOPS_DEPTH != 4 && RASOPS_DEPTH != 8 && \
34 RASOPS_DEPTH != 15 && RASOPS_DEPTH != 24 && RASOPS_DEPTH != 32
42 #if RASOPS_DEPTH == 2
44 #elif RASOPS_DEPTH == 4
50 #if RASOPS_DEPTH <= 8
52 #elif RASOPS_DEPTH == 1
    [all...]
rasops_putchar.h 33 #if RASOPS_DEPTH != 8 && RASOPS_DEPTH != 15 && RASOPS_DEPTH != 24 && \
34 RASOPS_DEPTH != 32
38 #if RASOPS_DEPTH == 8
40 #elif RASOPS_DEPTH == 15
46 #if RASOPS_DEPTH != 24
56 #if RASOPS_DEPTH == 24
98 NAME(RASOPS_DEPTH)(void *cookie, int row, int col, u_int uc, long attr)
rasops1-4_putchar.h 33 #define PIXEL_BITS RASOPS_DEPTH
35 #if RASOPS_DEPTH == 1
37 #elif RASOPS_DEPTH == 2
39 #elif RASOPS_DEPTH == 4
48 # if RASOPS_DEPTH == 2
87 NAME(RASOPS_DEPTH)(void *cookie, int row, int col, u_int uc, long attr)
rasops15.c 45 #define RASOPS_DEPTH 15
rasops32.c 45 #define RASOPS_DEPTH 32
rasops4.c 47 #define RASOPS_DEPTH 4
rasops8.c 45 #define RASOPS_DEPTH 8
rasops_bitops.h 35 #if RASOPS_DEPTH == 1
37 #elif RASOPS_DEPTH == 2
39 #elif RASOPS_DEPTH == 4
45 #define NAME(name) NAME1(RASOPS_DEPTH, name)
rasops2.c 47 #define RASOPS_DEPTH 2
rasops1.c 47 #define RASOPS_DEPTH 1
rasops24.c 48 #define RASOPS_DEPTH 24

Completed in 17 milliseconds