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

  /src/sys/arch/x68k/dev/
ite_tv.c 82 uint8_t kern_font[256 * FONTHEIGHT]; variable in typeref:typename:uint8_t[]
89 memcpy(&kern_font[(from) * 16],&kern_font[(to) * 16], 16)
181 memcpy(kern_font, (void *)&IODEVbase->cgrom0_8x16, 256 * FONTHEIGHT);
185 tv_font[i] = &kern_font[i * FONTHEIGHT];
ite_tv.c 82 uint8_t kern_font[256 * FONTHEIGHT]; variable in typeref:typename:uint8_t[]
89 memcpy(&kern_font[(from) * 16],&kern_font[(to) * 16], 16)
181 memcpy(kern_font, (void *)&IODEVbase->cgrom0_8x16, 256 * FONTHEIGHT);
185 tv_font[i] = &kern_font[i * FONTHEIGHT];

Completed in 22 milliseconds