Home
last modified time | relevance | path

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

/netbsd/sys/dev/wsfont/
H A Dwsfont.c376 wsfont_make_cookie(int cident, int bito, int byteo) in wsfont_make_cookie() argument
381 (byteo << WSFONT_BYTEO_SHIFT)); in wsfont_make_cookie()
645 wsfont_find(const char *name, int width, int height, int stride, int bito, int byteo, int flags) in wsfont_find() argument
660 return (wsfont_make_cookie(bestent->cookie, bito, byteo)); in wsfont_find()
755 int bito, byteo; in wsfont_lock() local
762 byteo = (cookie & WSFONT_BYTEO_MASK) >> WSFONT_BYTEO_SHIFT; in wsfont_lock()
772 bito, byteo); in wsfont_lock()
782 if (byteo && byteo != ent->font->byteorder) { in wsfont_lock()
784 ent->font->byteorder = byteo; in wsfont_lock()