Lines Matching defs:bito
392 wsfont_make_cookie(int cident, int bito, int byteo)
396 (bito << WSFONT_BITO_SHIFT) |
661 wsfont_find(const char *name, int width, int height, int stride, int bito, int byteo, int flags)
676 return (wsfont_make_cookie(bestent->cookie, bito, byteo));
771 int bito, byteo;
777 bito = (cookie & WSFONT_BITO_MASK) >> WSFONT_BITO_SHIFT;
784 aprint_debug("wsfont: font '%s' bito %d byteo %d "
785 "copied to bito %d byteo %d\n",
788 bito, byteo);
793 if (bito && bito != ent->font->bitorder) {
795 ent->font->bitorder = bito;