Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x68k/dev/
Dite_tv.c62 #define FONTHEIGHT 16 macro
70 #define PLANELINES (PLANEHEIGHT / FONTHEIGHT)
82 uint8_t kern_font[256 * FONTHEIGHT];
85 #define ROWOFFSET(y) ((y) * FONTHEIGHT * ROWBYTES)
112 src *= FONTHEIGHT / 4; in txrascpy()
113 dst *= FONTHEIGHT / 4; in txrascpy()
116 src += (FONTHEIGHT / 4) - 1; in txrascpy()
117 dst += (FONTHEIGHT / 4) - 1; in txrascpy()
181 memcpy(kern_font, (void *)&IODEVbase->cgrom0_8x16, 256 * FONTHEIGHT); in tv_init()
185 tv_font[i] = &kern_font[i * FONTHEIGHT]; in tv_init()
[all …]
/netbsd/src/sys/arch/hp300/stand/common/
Ditereg.h47 #define FONTHEIGHT 0x0 /* Offset from font address to font height. */ macro
Dite_subr.c57 ip->ftheight = getbyte(ip, fontaddr + FONTHEIGHT); in ite_fontinfo()