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

/netbsd-6-1-5-RELEASE/sys/dev/wsfont/
H A Dwsfont.c267 wsfont_make_cookie(int cident, int bito, int byteo) argument
272 (byteo << WSFONT_BYTEO_SHIFT));
576 wsfont_find(const char *name, int width, int height, int stride, int bito, int byteo, int flags) argument
582 return (wsfont_make_cookie(ent->cookie, bito, byteo));
678 int bito, byteo; local
685 byteo = (cookie & WSFONT_BYTEO_MASK) >> WSFONT_BYTEO_SHIFT;
691 aprint_debug("wsfont: font '%s' bito %d byteo %d "
692 "copied to bito %d byteo %d\n",
695 bito, byteo);
705 if (byteo
[all...]

Completed in 52 milliseconds