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

  /src/sys/arch/sparc/dev/
cgfour.c 413 #define COLOR_SIZE (sc->sc_fb.fb_type.fb_width * \
415 #define END_COLOR (START_COLOR + COLOR_SIZE)
431 while ((u_int)off >= COLOR_SIZE)
432 off -= COLOR_SIZE; /* XXX thorpej ??? */
cgeight.c 421 #define COLOR_SIZE (sc->sc_fb.fb_type.fb_width * \
423 #define END_COLOR (START_COLOR + COLOR_SIZE)
441 while ((u_int)off >= COLOR_SIZE)
442 off -= COLOR_SIZE; /* XXX thorpej ??? */

Completed in 14 milliseconds