Lines Matching defs:byteo
392 wsfont_make_cookie(int cident, int bito, int byteo)
397 (byteo << WSFONT_BYTEO_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;
778 byteo = (cookie & WSFONT_BYTEO_MASK) >> WSFONT_BYTEO_SHIFT;
784 aprint_debug("wsfont: font '%s' bito %d byteo %d "
785 "copied to bito %d byteo %d\n",
788 bito, byteo);
798 if (byteo && byteo != ent->font->byteorder) {
800 ent->font->byteorder = byteo;