HomeSort by: relevance | last modified time | path
    Searched defs:SUBST_UNIT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/rasops/
rasops1_putchar_width.h 38 #define SUBST_UNIT uint8_t
47 #define SUBST_UNIT uint16_t
69 SUBST_UNIT tmp, *rp, *hp;
87 rp = (SUBST_UNIT *)(ri->ri_bits + row * ri->ri_yscale +
88 col * sizeof(SUBST_UNIT));
90 hp = (SUBST_UNIT *)(ri->ri_hwbits + row * ri->ri_yscale +
91 col * sizeof(SUBST_UNIT));
102 DELTA(hp, ri->ri_stride, SUBST_UNIT *);
104 DELTA(rp, ri->ri_stride, SUBST_UNIT *);
119 DELTA(hp, ri->ri_stride, SUBST_UNIT *);
    [all...]
rasops_putchar_width.h 51 #define SUBST_UNIT 1
53 #define SUBST_UNIT 2
55 #define SUBST_UNIT 3
57 #define SUBST_UNIT 4
60 #define SUBST_BYTES (SUBST_UNIT * (RASOPS_WIDTH / 4) * sizeof(STAMP_TYPE))
290 #undef SUBST_UNIT

Completed in 10 milliseconds