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

  /src/sys/dev/wsfont/
wsfont.c 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; local in function:wsfont_lock
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)
    [all...]
wsfont.c 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; local in function:wsfont_lock
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)
    [all...]

Completed in 69 milliseconds