Searched refs:PIXEL_SHIFT (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/rasops/
H A Drasops_bitops.h64 col *= ri->ri_font->fontwidth << PIXEL_SHIFT;
65 num *= ri->ri_font->fontwidth << PIXEL_SHIFT;
122 col = ri->ri_ccol * ri->ri_font->fontwidth << PIXEL_SHIFT;
124 num = ri->ri_font->fontwidth << PIXEL_SHIFT;
194 cnt = ri->ri_font->fontwidth << PIXEL_SHIFT;
H A Drasops1.c359 #define PIXEL_SHIFT 0 macro
H A Drasops4.c477 #define PIXEL_SHIFT 2 macro

Completed in 202 milliseconds