Lines Matching refs:depth
35 #error "Depth not supported"
193 #define NAME(depth, width) NAME1(depth, width)
194 #define NAME1(depth, width) rasops ## depth ## _putchar ## width
196 #define PUTCHAR(depth) PUTCHAR1(depth)
197 #define PUTCHAR1(depth) rasops ## depth ## _putchar
199 #define MAKESTAMP(depth) MAKESTAMP1(depth)
200 #define MAKESTAMP1(depth) rasops ## depth ## _makestamp